summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(security): Mark recording_servers key appconfig as private as it contains...Joas Schilling2023-03-221-0/+1
* Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-2214-4/+16
* Merge pull request #37305 from nextcloud/fix/security/log-failing-strict-cook...Julius H盲rtl2023-03-211-0/+1
|\
| * fix(security): Log failing strict cookie checkChristoph Wurst2023-03-201-0/+1
* | Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_...C么me Chilliet2023-03-211-1/+19
|\ \
| * | Dispatch event for all remove entryLouis Chemineau2023-01-311-1/+19
* | | Merge pull request #37313 from nextcloud/automated/noid/master-update-psalm-b...C么me Chilliet2023-03-211-3/+0
|\ \ \
| * | | Update psalm baselinenextcloud-command2023-03-211-3/+0
* | | | Merge pull request #37306 from nextcloud/bugfix/37277/caldav-syncArthur Schiwon2023-03-211-7/+11
|\ \ \ \
| * | | | fix(session): Fix DAVx5 sync problems by partial reverting session changesJoas Schilling2023-03-201-7/+11
* | | | | Merge pull request #36701 from nextcloud/artonge/feat/fc_parent_indexJulius H盲rtl2023-03-213-0/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add parent index on filecacheLouis Chemineau2023-03-203-0/+15
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-2112-2/+18
| |_|_|/ |/| | |
* | | | Merge pull request #37006 from nextcloud/ldap-unmark-dhArthur Schiwon2023-03-201-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | also unmark deleted ldap user when checking the ldap entryRobin Appelman2023-03-021-2/+0
* | | | Merge pull request #36591 from nextcloud/enh/refactor-app-loadingC么me Chilliet2023-03-204-231/+305
|\ \ \ \
| * | | | Small cleanups for AppManagerC么me Chilliet2023-03-203-3/+6
| * | | | Move loadApps to the AppManagerC么me Chilliet2023-03-203-32/+66
| * | | | Move isType to AppManagerC么me Chilliet2023-03-203-28/+46
| * | | | Fix BackgroundCleanupJobTestC么me Chilliet2023-03-201-2/+2
| * | | | Avoid calling Server::get more times than necessary in loadAppC么me Chilliet2023-03-201-29/+45
| * | | | Strong type private properties and methods in AppManagerC么me Chilliet2023-03-201-43/+17
| * | | | Switch away from Server::get for AppManager and logger in loadAppC么me Chilliet2023-03-201-8/+8
| * | | | Move loadApp function to the AppManagerC么me Chilliet2023-03-203-129/+158
| | |/ / | |/| |
* | | | Merge pull request #37271 from nextcloud/fix/36908-set_aria-hidden-for-defaul...Julia Kirschenheuter2023-03-203-4/+8
|\ \ \ \
| * | | | Fix description for icons in dashboard widgetsjulia.kirschenheuter2023-03-203-4/+8
* | | | | Merge pull request #37292 from nextcloud/dependabot/npm_and_yarn/jsdom-21.1.1Julius H盲rtl2023-03-202-204/+297
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bump jsdom from 19.0.0 to 21.1.1dependabot[bot]2023-03-182-204/+297
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-2014-8/+124
* | | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-1918-24/+54
|/ / / /
* / / / Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-1828-2/+68
|/ / /
* | | Merge pull request #37269 from nextcloud/fix/scss-add-important-to-hidden-fil...Simon L2023-03-175-5/+5
|\ \ \
| * | | fix: add important to css hidden files classAnna Larch2023-03-175-5/+5
|/ / /
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-03-172-2/+2
* | | Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-...Joas Schilling2023-03-167-81/+307
|\ \ \
| * | | Add a debug message when throttling without definingJoas Schilling2023-03-083-17/+44
| * | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an...Joas Schilling2023-03-086-67/+266
* | | | Merge pull request #36114 from nextcloud/perf/autoloader/drop-legacy-loaderJoas Schilling2023-03-161-2/+0
|\ \ \ \
| * | | | perf(autoloader): Drop legacy class autoloaderChristoph Wurst2023-03-161-2/+0
* | | | | Merge pull request #37244 from nextcloud/fix/37179-replace-custom-tooltips-wi...Julia Kirschenheuter2023-03-167-26/+98
|\ \ \ \ \
| * | | | | Replace custom tooltips with native ones and add description to all elements ...julia.kirschenheuter2023-03-167-26/+98
* | | | | | Merge pull request #37252 from nextcloud/bugfix/noid/validate-tagJoas Schilling2023-03-161-8/+29
|\ \ \ \ \ \
| * | | | | | fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
* | | | | | | Merge pull request #37174 from nextcloud/fix/36911-create-h1-heading-for-filesJulia Kirschenheuter2023-03-163-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Set `<h1>` headings for navigation through files appjulia.kirschenheuter2023-03-163-3/+5
| |/ / / / / /
* | | | | | | Merge pull request #37262 from nextcloud/fix/autocomplete-controller-classKate2023-03-161-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix controller class import for autocompletejld31032023-03-161-2/+3
| |/ / / / /
* | | | | | Merge pull request #36661 from onny/event-update-mail-subjectSimon L2023-03-163-7/+13
|\ \ \ \ \ \
| * | | | | | Invitation mail: Change subject if event got updatedJonas Heinrich2023-02-203-8/+13
* | | | | | | Merge pull request #37152 from nextcloud/artonge/fix/title_foar_version_dateLouis2023-03-163-8/+9
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |