aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-1124-168/+168
|\ | | | | Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-0524-168/+168
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-07-116-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-1026-2/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-07-0964-88/+114
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33118 from nextcloud/fix/address-book-exportblizzz2022-07-081-0/+4
|\ \ | | | | | | Fix empty address books being exported
| * | Fix empty address books being exportedChristopher Ng2022-07-051-0/+4
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #32377 from nextcloud/rakekniven-patch-1blizzz2022-07-081-1/+1
|\ \ \ | | | | | | | | l10n: Changed spelling
| * \ \ Merge branch 'master' into rakekniven-patch-1rakekniven2022-07-051937-10790/+22295
| |\ \ \
| * | | | l10n: Changed spellingrakekniven2022-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://en.wikipedia.org/wiki/MIME for details. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #33110 from nextcloud/feat/handle-onetime-password-largeblizzz2022-07-083-1/+12
|\ \ \ \ \ | | | | | | | | | | | | Handle one time password and very large passwords
| * | | | | Don't allow setting password bigger than 469 charactersCarl Schwan2022-07-053-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #33163 from nextcloud/enh/a11y-account-property-labelsJohn Molakvoæ2022-07-081-1/+5
|\ \ \ \ \ \
| * | | | | | Add current scope to scope actions labelChristopher Ng2022-07-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0840-34/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #33128 from nextcloud/enh/a11y-set-expanded-sharingPytal2022-07-072-2/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add expanded attribute to button for listing others with access
| * | | | | | Add expanded attribute to button for listing others with accessChristopher Ng2022-07-072-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | Merge pull request #33140 from nextcloud/fix/trashbin-expiration-notice-casingJohn Molakvoæ2022-07-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0744-80/+100
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #33052 from nextcloud/fix/set-display-nameJoas Schilling2022-07-063-3/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not send display name twice for saving
| * | | | | | | Fix unit testsJoas Schilling2022-07-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Prevent duplicate set display name requestChristopher Ng2022-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | Do not save invalid display name to the databaseChristopher Ng2022-06-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-06136-162/+400
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #32993 from nextcloud/fixes-for-quota-text-in-navigation-barDaniel Calviño Sánchez2022-07-053-5/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes for quota text in navigation bar
| * | | | | | | Fix quota text not updated after copying or moving a fileDaniel Calviño Sánchez2022-06-231-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that the quota may change too when files are moved if the file is moved, for example, to or from a folder shared by other user. Besides the quota the storage statistics are also updated, similar to what is done when a file is deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | Fix quota text not updated when no quota is setDaniel Calviño Sánchez2022-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | Fix quota text shown escapedDaniel Calviño Sánchez2022-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "t()" escapes and sanitizes the returned text by default, so strings like "<" are converted to "&lt;". However, the "jQuery.text()" parameter does not need to be escaped, as "&lt;" is shown literally as "&lt;" rather than "<". Now "jQuery.html()" is used instead, which "unescapes" the given text and sets it as a new text node (as the text in the parameter does not contain markup for elements, only text). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | | Merge pull request #33107 from nextcloud/enh/a11y-dynamic-grid-toggle-tooltipPytal2022-07-053-9/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Change tooltip title of files grid view toggle dynamicallyChristopher Ng2022-07-043-9/+13
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | add missing GET param to getstoragestats urlJulien Veyssier2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | Fix 404 when using index.php in the urlCarl Schwan2022-07-051-2/+4
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #33109 from nextcloud/fix/l10n-home-breadcrumbJohn Molakvoæ2022-07-051-1/+1
|\ \ \ \ \ \
| * | | | | | Fix translation of home breadcrumbChristopher Ng2022-07-041-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* / / / / / [tx-robot] updated from transifexNextcloud bot2022-07-0526-16/+18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33090 from ↵Carl Schwan2022-07-041-54/+76
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/proppatch-properties-transaction-rollback DAV custom props: catch Exception and rollback transaction in case
| * | | | | DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - before exceptions were not caught, a started transaction might not have been finished - also resolve depractions and use IQueryBuilder Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #33097 from nextcloud/rakekniven-patch-2Simon L2022-07-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | l10n: Fixed typo
| * | | | | | l10n: Fixed typorakekniven2022-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0438-30/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0320-2/+30
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0230-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32576 from ↵Joas Schilling2022-07-019-1/+354
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/spreed-7321/automatic-DND-outside-of-availability 🤖 Automatically set user status to ⛔ DND outside of 📅 availability
| * | | | | | Inject userId directlyJoas Schilling2022-07-011-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Fix typo of availabilityJoas Schilling2022-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Remove unused importJoas Schilling2022-07-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Fix predefined messageJoas Schilling2022-07-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add UI to opt-in on the status automationJoas Schilling2022-07-013-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>