summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update OpenAPI specsJulien Veyssier2023-10-051-8/+18
* update autoload filesJulien Veyssier2023-10-052-0/+2
* adjust oauth appJulien Veyssier2023-10-052-3/+5
* adjust oauth testsJulien Veyssier2023-10-052-4/+5
* rename oauth2_access_token's created_at to code_created_atJulien Veyssier2023-10-056-21/+21
* add db index on oauth2_access_tokens's (token_count, created_at)Julien Veyssier2023-10-051-3/+6
* add test for refusing to get an oauth token from a code when we're not in aut...Julien Veyssier2023-10-051-0/+27
* delete oauth access token when receiving a code that has expiredJulien Veyssier2023-10-051-0/+3
* refuse oauth authorization code if a token has already been delivered (active...Julien Veyssier2023-10-051-1/+11
* cleanup access tokens that are still in authorization state and that have exp...Julien Veyssier2023-10-056-5/+127
* add tests for oauth2 authorization code expirationJulien Veyssier2023-10-052-8/+64
* make oauth2 authorization code expire after 10 minutesJulien Veyssier2023-10-058-8/+104
* Merge pull request #40764 from nextcloud/chore/eslint-no-external-appsChristoph Wurst2023-10-051-2/+2
|\
| * chore: Do not lint external appsChristoph Wurst2023-10-041-2/+2
* | Merge pull request #40745 from nextcloud/fix/noid/ocm-provider-rewrite-rulesArthur Schiwon2023-10-052-1/+2
|\ \
| * | Update .htaccessMaxence Lange2023-10-031-1/+1
| * | fix ocm-provider rewrite rulesMaxence Lange2023-10-022-1/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-05242-266/+424
* | | Merge pull request #40771 from nextcloud/fix/37098/migrate-to-nc-icon-svg-wra...Pytal2023-10-0411-98/+35
|\ \ \
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2023-10-046-9/+9
| * | | fix(files): migrate from CustomSvgIconrenderer to NcIconSvgWrapperGrigorii K. Shartsev2023-10-045-89/+26
* | | | Merge pull request #40768 from nextcloud/fix/37098/dashboard-duplicated-idsFerdinand Thiessen2023-10-043-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | chore: build assetsGrigorii K. Shartsev2023-10-044-6/+6
| * | | fix(dashboard): remove duplicated IDsGrigorii K. Shartsev2023-10-041-4/+4
* | | | Merge pull request #40662 from nextcloud/fix-37080_correct_aria_label_text_on...Julia Kirschenheuter2023-10-048-11/+15
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2023-10-0487-0/+3644
| * | | | Correct `aria-label` on action input and text fieldjulia.kirschenheuter2023-10-0493-3652/+12
| |/ / /
* | | | Merge pull request #40515 from nextcloud/fix/redirect-if-wrong-dirJohn Molakvoæ2023-10-041-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | fix: redirect to proper directory if file not foundJohn Molakvoæ (skjnldsv)2023-10-041-1/+14
|/ / /
* | | Merge pull request #40585 from nextcloud/fix/illegal-charactersJohn Molakvoæ2023-10-047-6/+38
|\ \ \
| * | | fix(files): disallow illegal charactersJohn Molakvoæ (skjnldsv)2023-10-047-6/+38
* | | | Merge pull request #40660 from nextcloud/bugfix/noid/fix-missing-user-status-...Joas Schilling2023-10-046-8/+52
|\ \ \ \ | |/ / / |/| | |
| * | | fix(autocomplete): Fix missing user status on autocomplete endpointJoas Schilling2023-09-286-8/+52
* | | | Merge pull request #40439 from Koc/feature/clickable-logoJohn Molakvoæ2023-10-042-3/+15
|\ \ \ \
| * | | | Make logo in header clickable in the shared file viewKonstantin Myakshin2023-10-042-3/+15
* | | | | Merge pull request #40756 from nextcloud/fix/encoded-sourceJohn Molakvoæ2023-10-0488-154/+155
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(files): legacy humanFileSize testsJohn Molakvoæ2023-10-045-15/+15
| * | | | fix(files): encoded source path on actions requestsJohn Molakvoæ2023-10-0383-139/+140
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-0414-2/+42
|/ / / /
* | | | Merge pull request #40752 from nextcloud/enh/40654/share-creation-loading-fee...Julien Veyssier2023-10-038-7/+15
|\ \ \ \
| * | | | compile assetsJulien Veyssier2023-10-037-7/+7
| * | | | show loading icon in 'save share' button when creating a shareJulien Veyssier2023-10-031-0/+8
|/ / / /
* | | | Merge pull request #39114 from fsamapoor/refactor_lib_private_collaboration_p...Christoph Wurst2023-10-039-214/+61
|\ \ \ \
| * | | | Refactors lib/private/Collaboration.Faraz Samapoor2023-10-039-214/+61
* | | | | Merge pull request #40751 from nextcloud/dependabot/npm_and_yarn/core-js-3.33.0Louis2023-10-036-11/+11
|\ \ \ \ \
| * | | | | chore(deps): Bump core-js from 3.32.0 to 3.33.0dependabot[bot]2023-10-036-11/+11
|/ / / / /
* | | | | Merge pull request #40748 from nextcloud/chore/remove-nextcloud-vue-dashboardJohn Molakvoæ2023-10-033-348/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore(deps): remove @nextcloud/vue-dashboardGrigorii K. Shartsev2023-10-023-348/+6
| | |_|/ | |/| |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-03102-110/+196
* | | | Merge pull request #40629 from nextcloud/40438-sharing-cleanupF. E Noel Nfebe2023-10-029-42/+46
|\ \ \ \ | |/ / / |/| | |