summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #33959 from nextcloud/enh/33909/filmenu-carrotSimon L2022-09-083-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix the new filemenu carrot
| * | | | | fix the new filemenu carrotszaimen2022-09-083-3/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #33937 from nextcloud/fix/menuitem-radiusv25.0.0beta5Carl Schwan2022-09-085-5/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix menuitem border radius
| * | | | | Fix menuitem border radiusCarl Schwan2022-09-085-5/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fix #33909 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33939 from nextcloud/fix/apps-list-redesignCarl Schwan2022-09-081-33/+31
|\ \ \ \ \ | |_|/ / / |/| | | | Fix apps list issues caused by redesign
| * | | | Fix apps list issues caused by redesignCarl Schwan2022-09-081-33/+31
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Make icons work on dark theme - Use new buttons - Fix some eslint warnings Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33952 from nextcloud/enh/33850/scrollbar-visibilitySimon L2022-09-083-0/+6
|\ \ \ \ | | | | | | | | | | fix scrollbar visiblity
| * | | | fix scrollbar visiblityszaimen2022-09-073-0/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #33946 from nextcloud/fix/dark-theme-browserCarl Schwan2022-09-081-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | | Remove non existing lighter colour
| * | | | Remove non existing lighter colourgreta2022-09-071-1/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: greta <gretadoci@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-09-0826-176/+570
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix upload barszaimen2022-09-073-9/+9
|/ / | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #33902 from nextcloud/enh/33807/fix-icon-alignmentSimon L2022-09-073-3/+3
|\ \ | | | | | | fix top-alignment of icons
| * | fix top-alignment of iconsszaimen2022-09-063-3/+3
| | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-0798-208/+424
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33903 from nextcloud/enh/33834/fix-dark-contrast-themeSimon L2022-09-072-0/+2
|\ \ | | | | | | fix dark-contrast-theme
| * | fix dark-contrast-themeszaimen2022-09-062-0/+2
| | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | Merge pull request #33804 from nextcloud/version-store-userblizzz2022-09-061-14/+27
|\ \ \ | |/ / |/| | always use the default fs owner when storing versions
| * | always use the default fs owner when storing versionsRobin Appelman2022-09-061-14/+27
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan2022-09-061-15/+19
|\ \ \ | | | | | | | | Improve accessibility of the title of the settings
| * | | Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-022390-21257/+30765
| |\| | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33904 from nextcloud/enh/33833/box-shadowSimon L2022-09-062-3/+3
|\ \ \ \ | | | | | | | | | | fix background shadow in high-contrast-mode
| * | | | fix background shadowszaimen2022-09-052-3/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #33905 from ↵blizzz2022-09-061-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/fix/fix-dynamic-property-in-files_version-test Fix dynamic property warning in files_version tests
| * | | | Fix dynamic property warning in files_version testsCôme Chilliet2022-09-051-6/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | The code had no effect as $storage is not an instance of SharedStorage, the call to setValue failed with a warning. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #33895 from nextcloud/fix/fix-apps-typosCarl Schwan2022-09-0656-74/+74
|\ \ \ \ | | | | | | | | | | Fix typos in apps/ subdirectory
| * | | | Fix typos in apps/ subdirectoryluz paz2022-09-0556-74/+74
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* / / / [tx-robot] updated from transifexNextcloud bot2022-09-0614-4/+76
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-0512-0/+104
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-048-0/+92
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-09-03160-1762/+1786
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33790 from nextcloud/Valdnet-patch-2Simon L2022-09-021-1/+1
|\ \ \ | | | | | | | | l10n: Spelling unification
| * | | l10n: Spelling unificationValdnet2022-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Change to administration Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> l10n: Spelling unification Spelling unification in Transifex. Match the menu name to the header name of the settings page. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #33814 from nextcloud/fix-sidebarJohn Molakvoæ2022-09-021-2/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix sidebar toggleJohn Molakvoæ2022-09-021-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #33409 from nextcloud/enh/27869/avatarPytal2022-09-0110-398/+345
|\ \ \ \
| * | | | Remake profile picture saving with VueChristopher Ng2022-09-0210-398/+345
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-09-026-0/+10
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33177 from nextcloud/enh/migrate-profile-configPytal2022-09-014-14/+64
|\ \ \ \ | |/ / / |/| | |
| * | | Add profile config migrationChristopher Ng2022-09-014-14/+64
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Merge pull request #33396 from ↵Vincent Petry2022-09-011-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Xavierando/#33036-Set-default-expiration-date-(shareapiDefaultExpireDate) #33036 [Bug]: Set default expiration date
| * | | | Update sharing.phpXavierando2022-07-281-2/+0
| | | | |
* | | | | Merge pull request #33332 from ↵Vincent Petry2022-09-011-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/fix-handling-of-internal-errors-when-uploading-theming-files Fix handling of internal errors when uploading theming files
| * | | | Fix handling of internal errors when uploading theming filesDaniel Calviño Sánchez2022-07-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file can not be uploaded in the Theming app due to an expected error (like an invalid mime type) the response contains a "data.message" field. However, if the upload fails due to an unexpected error (like an internal error, for example if the "mime_content_type" function is disabled) there is no such field, so it should not be used. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #33625 from nextcloud/fix/33572/add-userVincent Petry2022-09-011-3/+12
|\ \ \ \ \ | | | | | | | | | | | | Fix creation of new user and display the correct error message
| * | | | | Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Fix fallback css variablesJulius Härtl2022-09-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Fix jsunit testsJulius Härtl2022-09-017-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Some more fixesJulius Härtl2022-09-0112-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>