summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Check for opcache.file_cache_only=1MichaIng2023-02-151-0/+2
* Merge pull request #36465 from nextcloud/bugfix/trashbin-concurrencyJulius H盲rtl2023-02-152-36/+12
|\
| * fix(files_trashbin): Remove unnecessary scanner logic when getting versions f...Julius H盲rtl2023-02-021-24/+0
| * fix: Limit trashbin restore/delete to 2 concurrent request to avoid locking i...Julius H盲rtl2023-02-021-12/+12
* | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-15148-364/+286
* | Merge pull request #36675 from nextcloud/rakekniven-patch-3Joas Schilling2023-02-141-2/+2
|\ \
| * | l10n: Fixed grammarrakekniven2023-02-131-2/+2
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1438-30/+10
* | | Merge pull request #36674 from nextcloud/rakekniven-patch-2Anna2023-02-131-1/+1
|\ \ \
| * | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| |/ /
* | | Merge pull request #36568 from nextcloud/perf/flow-eventsJulius H盲rtl2023-02-132-4/+72
|\ \ \
| * | | perf(workflowengine): Cache query that is performed on every requestJulius H盲rtl2023-02-102-4/+72
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1322-22/+0
* | | | Merge pull request #36673 from nextcloud/rakekniven-patch-1Simon L2023-02-121-1/+1
|\ \ \ \
| * | | | l10n: Fixed grammarrakekniven2023-02-111-1/+1
| | |/ / | |/| |
* / | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1214-10/+34
|/ / /
* | | Merge pull request #36232 from nextcloud/enh/a11y-user-menuPytal2023-02-103-34/+22
|\ \ \
| * | | Port user menu to VueChristopher Ng2023-02-093-34/+22
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-112-0/+2
| |/ / |/| |
* | | Merge pull request #36608 from nextcloud/storageinfo-no-explicit-setupJulius H盲rtl2023-02-101-5/+0
|\ \ \
| * | | remove explicit setup when getting storage infoRobin Appelman2023-02-081-5/+0
* | | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-1020-70/+164
| |/ / |/| |
* | | Merge pull request #36469 from nextcloud/perf/autoloading/files-external-auth...Julius H盲rtl2023-02-0913-0/+1362
|\ \ \
| * | | perf(autoloading): Add authoritative autoloader for files_externalChristoph Wurst2023-02-0913-0/+1362
* | | | fix(caldav): Fix reminder timezone drift for all-day eventsChristoph Wurst2023-02-093-16/+237
|/ / /
* | | perf(dav): Do not call general setupFS on ever dav authJulius H盲rtl2023-02-092-9/+6
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-092-0/+18
|/ /
* | Prevent scrolling hover .files-controlsLouis Chemineau2023-02-081-0/+5
* | Merge pull request #29010 from mattian/fix/19218/birthday-leap-dayChristoph Wurst2023-02-082-56/+56
|\ \
| * | dav: fix birthday calendar event generation for leap daysMattia Narducci2023-02-062-56/+56
* | | Fix(l10n): 馃敔 Update translations from TransifexNextcloud bot2023-02-082-0/+6
* | | Merge pull request #36570 from nextcloud/enh/a11y-profile-visibility-selectPytal2023-02-071-9/+8
|\ \ \
| * | | Port profile visibility selectChristopher Ng2023-02-061-9/+8
* | | | fix(sharing): Remove casting to int from INFJoas Schilling2023-02-071-1/+1
* | | | Respect OCP interface in private classesC么me Chilliet2023-02-071-1/+1
* | | | Removed catch of ValueError as we cannot know if it鈥檚 >2038 or <1970C么me Chilliet2023-02-071-11/+2
* | | | Document that size may be a float in new class VersionEntityC么me Chilliet2023-02-074-9/+13
* | | | Skip tests that cannot succeed on 32bitsC么me Chilliet2023-02-071-2/+9
* | | | Skip buggy tests for 32bits CIC么me Chilliet2023-02-071-4/+15
* | | | Psalm easy fixes in apps/files/appinfo/routes.phpC么me Chilliet2023-02-071-2/+2
* | | | Fix Sabre connector testC么me Chilliet2023-02-071-2/+2
* | | | Fix psalm errorsC么me Chilliet2023-02-072-7/+8
* | | | Fix name of skip method for phpunitC么me Chilliet2023-02-071-1/+1
* | | | Improve behavior with dates on 32bits and fix tests or skip themC么me Chilliet2023-02-073-20/+34
* | | | Silence errors of return type mismatch from Sabre for nowC么me Chilliet2023-02-075-1/+11
* | | | Type sizes as int|float throughout the code baseC么me Chilliet2023-02-076-16/+11
* | | | Allow float sizes in FileInfo for 32bitsC么me Chilliet2023-02-071-5/+1
* | | | Fix a few tests that were using too big int values for 32bitsC么me Chilliet2023-02-073-6/+3
* | | | Strong type filesize related methods to ease 32bits problem findingsC么me Chilliet2023-02-071-1/+1
* | | | Merge pull request #36314 from nextcloud/sso-kerberos-fixC么me Chilliet2023-02-074-33/+46
|\ \ \ \