aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix border color contrastChristopher Ng2022-11-224-17/+17
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #35299 from ↵Vincent Petry2022-11-226-3/+20
|\ | | | | | | | | nextmcloud/nmcpr/1416-prevents-selection-of-encrypted-folders Prevents the selection of encrypted folders when clicking on the "Select all" checkbox
| * CSS compiled files for deactivates the possiblility to checkmark or click on ↵kavita.sonawane@t-systems.com2022-11-224-2/+8
| | | | | | | | | | | | the encrypted folders Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevent selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-1/+4
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on next page loadkavita.sonawane@t-systems.com2022-11-221-1/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Prevents the selection of encrypted folder on scroll pagekavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Deactivates the possiblility to checkmark or click on the encrypted folderkavita.sonawane@t-systems.com2022-11-221-0/+5
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Add comments for prevents the selection of encrypted folderskavita.sonawane@t-systems.com2022-11-221-0/+1
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
| * Filelist:-Deselecting all files checkboxes within cells of encrypted folderkavita.sonawane@t-systems.com2022-11-221-1/+2
| | | | | | | | Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
* | Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-2265-255/+600
|\ \ | | | | | | Add mastodon and reorganize profile info section
| * | Update composer autoloaderCarl Schwan2022-11-2251-98/+397
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Fix testsCarl Schwan2022-11-223-4/+44
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Rename mastodon to fediverseCarl Schwan2022-11-227-28/+30
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Refactor profile info settingsCarl Schwan2022-11-216-145/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Make it possible to add the new property whiout chaning foundamentally how the layout work each time - Use only one grid instead of multiple nested grid - Better mobile reponsiveness Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Add mastodon personal info fieldCarl Schwan2022-11-2110-21/+87
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #35309 from ↵Christoph Wurst2022-11-221-2/+9
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/fix-33856-Help_pages_Window_title_must_change_when_switching_sidebar_sections Help pages: set window title for sidebar sections
| * | | Help pages: set window title for sidebar sectionsjulia.kirschenheuter2022-11-221-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-11-226-0/+12
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Don't use quota cache through user managementVincent Petry2022-11-211-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #34528 from ↵Côme Chilliet2022-11-211-5/+13
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix/files_versions-clean-handling-of-bad-names Handle badly named version files more gracefully and log information
| * | Handle badly named version files more gracefully and log informationCôme Chilliet2022-10-111-5/+13
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #34745 from nextcloud/optimize-show-appsCôme Chilliet2022-11-211-7/+7
|\ \ \ | | | | | | | | Extract $ignoreMaxApps from array_map callback in AppSettingsController
| * | | Extract $ignoreMaxApps from array_map callback in AppSettingsControllerThomas Citharel2022-10-221-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Fix mentions rendering in comment editorLouis Chemineau2022-11-212-17/+23
| | | | | | | | | | | | | | | | | | | | | | | | NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #35185 from ↵Joas Schilling2022-11-211-1/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/hide-not-missing-updates-of-future-shipped-apps Hide warning about missing apps for when shipped in the next version
| * | | | Hide warning about missing apps for when shipped in the next versionJoas Schilling2022-11-151-1/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-2118-18/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-2010-0/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1920-180/+540
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #35269 from nextcloud/fix/remove-pendingJohn Molakvoæ2022-11-191-2/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove completed comments
| * | | | | Remove completed commentsChristopher Ng2022-11-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | rename placeholderArthur Schiwon2022-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | fix const visibilityArthur Schiwon2022-11-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | use constblizzz2022-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | | | | | use constblizzz2022-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | | | | | use .json extentionsblizzz2022-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
* | | | | | do not store state in appconfigArthur Schiwon2022-11-181-14/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - and use count over isset for better understanding Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | remove dashboard check, as fallback did not consider it eitherArthur Schiwon2022-11-181-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | optimize background image migration jobArthur Schiwon2022-11-182-26/+70
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - separate in two stages: to prepare, and to actually migrate - in step one, prepare a list of users to be migrated, and store it compressed as app config - gzcompress can be used, because we already require zlib - upon the next calls (step two), slice off the first 5000 users and migrate them. Re-add job if necessary to repeat. - downside is that an app config value will in the beginning use the RAM with any request, until it thins out. Examples: 2m UUIDs (75 MiB) result in ~40 MiB compressed data, while 0.2Mib for 10 000 UUIDs, 0.4MiB for 20 000 and 4.1 MiB for 200 000. Acceptable. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #35259 from ↵Simon L2022-11-181-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/32354/fix-upload-actually-cancel-xhr Also cancel XHR when cancelling uploads
| * | | | | Also cancel XHR when cancelling uploadsVincent Petry2022-11-181-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue when cancelling a long list of uploads. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | Merge pull request #35182 from ↵Simon L2022-11-186-17/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/enh/34654/try-go-generate-user-themed-icons generate user themed icons
| * | | | | generate user themed iconsSimon L2022-11-186-17/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-1810-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35170 from ↵Pytal2022-11-172-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/fix-33745-Focus_and_active_state_needs_to_look_different_from_each_other
| * | | | | | User status dialog a11y: make different focus and active state for ↵julia.kirschenheuter2022-11-172-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OnlineStatusSelect and PredefinedStatus Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #35186 from ↵Christoph Wurst2022-11-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/oauth2-add-client-button-native-submit Fix missing native submit type from OAuth client add button
| * | | | | | | Fix missing native submit type from OAuth client add buttonChristoph Wurst2022-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Apply the same fix as on beforeCopy on beforeMoveCôme Chilliet2022-11-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let’s be safe Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | fix dirname usageRobin Appelman2022-11-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>