Commit Graph

235 Commits

Author SHA1 Message Date
yflory 564748718f
Merge pull request #1598 from cryptpad/generated-avatars-display-on-two-lines
Fix emoji avatar handling and team name overflowing in sidebar teams
2024-09-09 13:27:15 +02:00
yflory 8f9ba4022d
Merge pull request #1560 from cryptpad/focus-style-fixes
Focus style fixes
2024-09-09 13:27:04 +02:00
yflory f0446e5719 lint compliance 2024-09-02 17:34:11 +02:00
yflory f31ebfe7ec Merge branch 'staging' into roster 2024-08-29 16:47:55 +02:00
yflory 1619fb23ee Automatically run TRIM_HISTORY on teams 2024-08-29 15:26:17 +02:00
yflory faedbb06f0
Merge pull request #1585 from cryptpad/teams-fixes
Teams Card List
2024-08-28 17:06:37 +02:00
yflory b724713ce0 Update requirejs cache string 2024-08-21 17:05:00 +02:00
daria 9a44a2a7ad change focus to focus-visible 2024-08-19 16:52:20 +03:00
DianaXWiki 1c96a24967 Fix team name overflowing in sidebar #1596 2024-08-16 16:30:37 +03:00
daria 7e17111412 add focus style to focusable elements on teams #1506
+ fix overlapping focus on teams chat
2024-08-05 13:29:44 +03:00
daria a55cad0339 add focus style to teams cards #1506 2024-08-05 13:06:50 +03:00
daria 57b0fe8fa1 code elements as list components #1193 2024-08-05 11:53:59 +03:00
daria d56933892c add aria label to input
fixes #1129
2024-03-28 16:53:35 +02:00
yflory 1c2dc2cbef lint compliance 2024-03-07 14:58:14 +01:00
yflory a6427766e9
Merge pull request #1315 from cryptpad/premiumTeams
Option to increase team slots for premium users only
2023-12-13 15:09:16 +01:00
yflory ae11088b8a Merge branch 'staging' into toolbar 2023-12-13 14:19:43 +01:00
David Benque fde1edd508 Clean old // XXX comments
- either removed or changed the comment type
2023-12-08 15:10:19 +00:00
yflory 37debdb866 Merge branch 'staging' into toolbar-prototype 2023-12-05 15:40:16 +01:00
yflory c64644568b Merge branch 'REUSE-license-info' into staging 2023-11-22 17:21:09 +01:00
yflory e5a80afee7 Use new asynchrnous clipboard API when available 2023-11-22 12:27:24 +01:00
yflory e33443235d Different team slots config value for premium users 2023-11-10 16:52:50 +01:00
David Benque 8f0a6319a5 Apply headers 2023-10-20 15:35:26 +01:00
David Benque c9f3ec8476 Merge branch 'staging' into toolbar 2023-10-12 10:47:27 +01:00
yflory d68dde07a9 Remove translation XXX 2023-09-28 18:33:03 +02:00
yflory b78ec996ec Deduplicate code for iframe title 2023-09-19 16:40:22 +02:00
yflory 48446d2482 Fix broken classes from previous commit 2023-09-19 16:12:29 +02:00
yflory b977b759b4 Fix syntax inconsistencies 2023-09-19 16:07:17 +02:00
yflory c5259c561d Add maxlength attribute to team name (see 608488a) 2023-09-19 15:54:21 +02:00
daria e11487a1c2 teams can be navigated using the keyboard #1162 2023-09-19 12:35:03 +03:00
daria 424dc25277 team sidebar can be navigated using the keyboard #1162 2023-09-19 12:16:19 +03:00
daria edae09ddf7 removed empty title tags 2023-09-07 13:40:24 +03:00
daria d930934368 added error message when trying to update the team's name with the same name
fixed #1228
2023-09-01 15:23:03 +03:00
daria bfd37735f2 added id to label
fixed #1194
2023-08-30 14:20:10 +03:00
daria 511bd730aa added space to fa elements 2023-08-30 13:49:58 +03:00
daria e3f84c0de3 added title limit when updating team title #1223 2023-08-30 13:36:19 +03:00
daria 608488abab added title limit when creating a team #1223 2023-08-30 13:26:12 +03:00
daria e83e6a8c4c loading icon spaced out evenly #1225 2023-08-30 13:02:16 +03:00
daria 89b4229a4f team title splits when it gets too long #1223 2023-08-29 17:29:41 +03:00
daria 590f5e7d5c added title to Teams inner page #1159 2023-08-17 13:02:33 +03:00
yflory 09bce8d852 Merge branch 'staging' into 5.4-rc 2023-07-13 14:13:34 +02:00
Ahmed Mazen 4e32a9ac06 add favicons statically in each application
The last commit added `.ico` versions of the `png` favicons. This commit
adds each favicon statically to each application's `index.html` file.

By statically, I mean it is not inserted through Javascript and instead
is present in the file already.

This fixes favicons not displaying on Firefox.
2023-07-03 08:46:12 +08:00
Pamplemousse 9019d92291 removing `bower`: migrate `nthen`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:42 +01:00
Pamplemousse 6c10407802 removing `bower`: migrate `bootstrap`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse a847a5300a removing `bower`: migrate `file-saver`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:41 +01:00
Pamplemousse dd25b85554 removing `bower`: migrate `requirejs` and `requirejs-plugins`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
Pamplemousse c8859524ee removing `bower`: migrate `components-font-awesome`
Signed-off-by: Pamplemousse <git@xaviermaso.com>
2023-01-07 13:50:40 +01:00
David Benque 830281fd68 Remove temporary translation strings 2022-12-12 15:34:50 +00:00
David Benque cc852cc505 Adjust UI for team invite links 2022-12-12 14:52:12 +00:00
yflory ad0c2e90dc Fix UI issues with team invitation links 2022-12-07 15:03:55 +01:00
yflory fb079c49bf Team invitation link improvements 2022-11-04 16:42:04 +01:00