aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0916-12/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0834-40/+206
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(comments): move new comment instructions placeholder to descriptionGrigorii K. Shartsev2023-10-072-26/+42
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(ci): Update dav snapshotChristopher Ng2023-10-061-70/+54
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Adapt to breaking DateTime renameChristopher Ng2023-10-061-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #40719 from nextcloud/enh/a11y/semantic-user-tablePytal2023-10-056-214/+361
|\
| * enh(settings): Semantic user table markupChristopher Ng2023-10-056-214/+361
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0660-58/+154
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* adjust phpdoc types in OauthApiControllerJulien Veyssier2023-10-051-4/+4
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* update OpenAPI specsJulien Veyssier2023-10-051-8/+18
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* update autoload filesJulien Veyssier2023-10-052-0/+2
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* adjust oauth appJulien Veyssier2023-10-052-3/+5
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* adjust oauth testsJulien Veyssier2023-10-052-4/+5
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-055-20/+20
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* add test for refusing to get an oauth token from a code when we're not in ↵Julien Veyssier2023-10-051-0/+27
| | | | | | authorization state Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* delete oauth access token when receiving a code that has expiredJulien Veyssier2023-10-051-0/+3
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* refuse oauth authorization code if a token has already been delivered ↵Julien Veyssier2023-10-051-1/+11
| | | | | | (active token) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* cleanup access tokens that are still in authorization state and that have ↵Julien Veyssier2023-10-056-5/+127
| | | | | | expired Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* add tests for oauth2 authorization code expirationJulien Veyssier2023-10-052-8/+64
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-056-7/+97
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05146-170/+328
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40771 from ↵Pytal2023-10-045-89/+26
|\ | | | | | | nextcloud/fix/37098/migrate-to-nc-icon-svg-wrapper
| * fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #40768 from nextcloud/fix/37098/dashboard-duplicated-idsFerdinand Thiessen2023-10-041-4/+4
|\ \ | |/ |/| fix(dashboard): remove duplicated IDs on the dashboard page
| * fix(dashboard): remove duplicated IDsGrigorii K. Shartsev2023-10-041-4/+4
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Merge pull request #40662 from ↵Julia Kirschenheuter2023-10-042-2/+6
|\ \ | | | | | | | | | | | | nextcloud/fix-37080_correct_aria_label_text_on_action_inputs Correct `aria-label` on action input and text field
| * | Correct `aria-label` on action input and text fieldjulia.kirschenheuter2023-10-042-2/+6
| |/ | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* / fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-044-3/+24
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #40756 from nextcloud/fix/encoded-sourceJohn Molakvoæ2023-10-0412-26/+26
|\
| * fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-045-15/+15
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-037-11/+11
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-048-2/+36
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* show loading icon in 'save share' button when creating a shareJulien Veyssier2023-10-031-0/+8
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0396-108/+186
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Correct check for enabled expiration datefenn-cs2023-10-021-3/+9
| | | | | | | | | | | | | | The default expiration date cannot be enforced if it is not enabled in the first place. Hence, the check for whether a share has an expiration date should not consider enforcements but only where the share expiry type is enabled. For example : Using `this.config.isDefaultExpireDateEnabled` instead of `this.config.isDefaultExpireDateEnforced` which can be verified by checking `isExpiryDateEnforced`. Resolves : https://github.com/nextcloud/server/issues/40612 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Updates to sharing flowfenn-cs2023-10-022-32/+30
| | | | | | | | | | | | | | - Show enforced expiry date for new shares. - Improve quick share dropdown visibility in dark mode. - Prevent expiry date from showing expire for incoming shares. by updating the check for `share.passwordExpirationTime` to equally check for `undefined`. - Move "Download permission/attribute" from custom setting (as it is just another advanced setting and not an actual permission). - Show correct text for upload/editing when "allow public uploads" is enabled or disabled by admin. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-023-11/+9
|\ | | | | Fix: Escape group names for LDAP
| * Merge branch 'master' into fix/ldap-filter-generationAaron Dewes2023-09-201279-9845/+17655
| |\
| * | Fix testsAaron Dewes2023-08-131-2/+2
| | | | | | | | | | | | Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
| * | Simplify escapeFilterPartAaron Dewes2023-08-131-3/+1
| | | | | | | | | Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
| * | Escape some more valuesAaron Dewes2023-08-131-5/+5
| | | | | | | | | Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
| * | Fix: Escape group names for LDAPAaronDewes2023-08-131-1/+1
| | | | | | | | | | | | | | | | | | Groups may contain special characters (Like "(" or ")") that should be escaped to ensure geenrted queries are correct. Signed-off-by: AaronDewes <aaron.dewes@protonmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0212-6/+56
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-016-4/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #40709 from nextcloud/fix/ldap-profile-pic-resolution-masterDaniel2023-09-301-2/+2
|\ \ \
| * | | Update apps/user_ldap/lib/User/User.phpMarcel Klehr2023-09-291-1/+1
| | | | | | | | | | | | | | | | Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | | LDAP: Increase profile picture limit to 512Marcel Klehr2023-09-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-3010-28/+100
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>