aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-194-0/+20
* Revert the token scope to not end up with storing the user used in the sessionJulius Härtl2023-02-171-1/+15
* Merge pull request #36396 from nextcloud/fix/corsJulius Härtl2023-02-171-1/+1
|\
| * fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to p...Ferdinand Thiessen2023-02-161-1/+1
* | Merge pull request #36735 from nextcloud/fix/32635/fix-vcf-contactsLouis2023-02-161-1/+7
|\ \
| * | fix the contacts-menu vcf-contact avatarsSimon L2023-02-151-1/+7
* | | Merge pull request #36689 from nextcloud/fix/x-robots-tag-headerSimon L2023-02-162-2/+2
|\ \ \
| * | | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-152-2/+2
| |/ /
* / / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-164-0/+26
|/ /
* | Merge pull request #36639 from nextcloud/userbackend-local-cacheChristoph Wurst2023-02-154-1/+58
|\ \
| * | also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-104-1/+58
| |/
* | Merge pull request #36698 from nextcloud/db-profile-start-timeChristoph Wurst2023-02-151-0/+1
|\ \
| * | log start time of queries for profilerRobin Appelman2023-02-141-0/+1
* | | Merge pull request #36691 from nextcloud/fix/25175/fix-config-truncatingSimon L2023-02-151-0/+7
|\ \ \
| * | | address review by JoasSimon L2023-02-151-2/+3
| * | | add a disk_free_space check before writing configSimon L2023-02-131-0/+6
* | | | Also copy bruteforce meta data when converting DataResponse to JSONResponseJoas Schilling2023-02-141-0/+3
* | | | Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-145-7/+53
|\ \ \ \ | |_|/ / |/| | |
| * | | cache formats supported by imagickRobin Appelman2023-02-135-7/+53
| | |/ | |/|
* | | Merge pull request #36656 from nextcloud/route-instrumentationJulius Härtl2023-02-144-28/+66
|\ \ \
| * | | DI for RouterRobin Appelman2023-02-133-20/+39
| * | | more routing performance instrumentationRobin Appelman2023-02-102-9/+28
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-142-2/+2
| |_|/ |/| |
* | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-134-27/+74
|\ \ \
| * | | more filesystem setup performance instrumentationRobin Appelman2023-02-104-27/+74
| |/ /
* | | Merge pull request #36525 from nextcloud/fix/noid/params-putJulius Härtl2023-02-131-6/+12
|\ \ \
| * | | fix: Only get params from PUT content if possibleJulius Härtl2023-02-031-6/+12
* | | | Merge pull request #36641 from nextcloud/instrument-app-registerCôme Chilliet2023-02-132-7/+26
|\ \ \ \
| * | | | instrumentation for app bootingRobin Appelman2023-02-092-10/+17
| * | | | add more performance instrumentation for app registeringRobin Appelman2023-02-091-2/+14
| | |/ / | |/| |
* | | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-101-2/+2
|\ \ \ \
| * | | | Port user menu to VueChristopher Ng2023-02-091-2/+2
* | | | | Merge pull request #36610 from nextcloud/folder-lazy-submountsJulius Härtl2023-02-105-37/+50
|\ \ \ \ \
| * | | | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-095-37/+50
| | |_|_|/ | |/| | |
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-102-2/+12
| |/ / / |/| | |
* | | | Merge pull request #36621 from nextcloud/perf/noid/only-check-for-token-when-...Joas Schilling2023-02-101-1/+30
|\ \ \ \
| * | | | fix(authentication): Check minimum length when creating app tokensJoas Schilling2023-02-091-2/+10
| * | | | fix(performance): Only search for auth tokens when the provided login is long...Joas Schilling2023-02-081-1/+22
* | | | | Merge pull request #36637 from nextcloud/fix/noid/file-ref-provider-safer-matchJoas Schilling2023-02-091-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | safer URL match in FileReferenceProviderJulien Veyssier2023-02-091-4/+4
* | | | | fix(authtoken): Store only one hash for authtokens with the current password ...Julius Härtl2023-02-092-1/+50
|/ / / /
* | | | Merge pull request #36590 from nextcloud/enh/load-app-onceCôme Chilliet2023-02-091-1/+4
|\ \ \ \
| * | | | Make sure application are only loaded onceCôme Chilliet2023-02-071-1/+4
* | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-094-0/+8
| |/ / / |/| | |
* | | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-083-14/+23
|\ \ \ \ | |_|/ / |/| | |
| * | | fix testsRobin Appelman2023-02-072-5/+13
| * | | cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
| * | | deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
| * | | dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
| | |/ | |/|
* | | Merge pull request #36546 from nextcloud/enh/36543/allow-further-previewsAnna2023-02-081-18/+45
|\ \ \