aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(OCC): Don't throw in the repair step for phone validationJoas Schilling2023-02-231-1/+2
* Merge pull request #36795 from nextcloud/fix/remove-erronous-parentheses-in-i...Côme Chilliet2023-02-211-1/+1
|\
| * Avoid extra parenthesis around SQL in IN expressionsCôme Chilliet2023-02-211-1/+1
* | Merge pull request #36792 from nextcloud/enh/noid/add-before-group-changed-eventJulien Veyssier2023-02-211-0/+2
|\ \
| * | dispatch new BeforeGroupChangedEvent before setDisplayName on groupsJulien Veyssier2023-02-211-0/+2
| |/
* | Merge pull request #36428 from nextcloud/disable-db-user-createRobin Appelman2023-02-213-44/+53
|\ \ | |/ |/|
| * add option to disable db user creation trough environment variableRobin Appelman2023-02-213-44/+53
* | Revert "fix(performance): Do not set up filesystem on every call"Joas Schilling2023-02-213-18/+191
* | Merge pull request #36759 from sgolovan/masterSimon L2023-02-201-1/+1
|\ \
| * | Fix integer overflow on 32-bit systems when testing free space for writing a ...Sergei Golovan2023-02-201-1/+1
* | | Merge pull request #36727 from nextcloud/enh/file-id-direct-editingJulius Härtl2023-02-201-4/+21
|\ \ \ | |_|/ |/| |
| * | feat(directediting): Allow opening by file idJulius Härtl2023-02-201-4/+21
* | | Merge pull request #36780 from nextcloud/bugfix/noid/console-error-share-authJulius Härtl2023-02-201-2/+1
|\ \ \ | |/ / |/| |
| * | fix: Fix loading styles from core/css/Julius Härtl2023-02-201-2/+1
| |/
* | Merge pull request #36653 from nextcloud/bugfix/noid/more-defensive-old-token...Joas Schilling2023-02-201-1/+1
|\ \ | |/ |/|
| * fix(authentication): Handle null or empty string password hashJoas Schilling2023-02-101-1/+1
* | Do not set up filesystem on every callAnna Larch2023-02-173-191/+18
* | 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
* | | | Change X-Robots-Tag header from "none" to "noindex, nofollow"MichaIng2023-02-151-1/+1
|/ / /
* | | Merge pull request #36639 from nextcloud/userbackend-local-cacheChristoph Wurst2023-02-152-1/+56
|\ \ \
| * | | also cache backend for user in memory instead of always going to redisRobin Appelman2023-02-102-1/+56
| |/ /
* | | 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
* | | | | Merge pull request #36603 from nextcloud/imagick-cache-formatsRobin Appelman2023-02-143-7/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cache formats supported by imagickRobin Appelman2023-02-133-7/+51
| | |/ / | |/| |
* | | | 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
* | | | 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
| | |_|/ | |/| |
* | | | 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
|\ \ \ \ \ | |_|_|/ / |/| | | |