aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(taskprocessing): new command to get a task from a task ID, include error...enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-012-0/+2
* Merge pull request #48454 from nextcloud/fix/storage/get-directory-content-re...Kate2024-10-015-6/+6
|\
| * fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-typeprovokateurin2024-09-305-6/+6
* | Merge pull request #48484 from nextcloud/fwdport/48445/masterArthur Schiwon2024-10-011-6/+14
|\ \
| * | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/masterArthur Schiwon2024-10-011-6/+14
* | | Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-012-24/+82
|\ \ \ | |/ / |/| |
| * | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunitRobin Appelman2024-09-271-19/+55
| * | fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-09-272-6/+27
| * | fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-09-271-0/+1
* | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
* | | docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-304-23/+1
| |/ |/|
* | Merge pull request #48439 from nextcloud/fix/background-imageDaniel2024-09-301-0/+1
|\ \
| * | fix(theming): Use `AppConfig` for setting background imagefix/background-imageFerdinand Thiessen2024-09-281-0/+1
* | | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-checkCôme Chilliet2024-09-301-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29134-214/+236
* | | Merge pull request #48424 from nextcloud/fix/declarative-settings-priorityFerdinand Thiessen2024-09-281-1/+1
|\ \ \ | |/ / |/| |
| * | fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priorityFerdinand Thiessen2024-09-281-1/+1
* | | chore: Drop unused legacy `OC_Files`Ferdinand Thiessen2024-09-283-430/+0
* | | fix: Allow `Streamer` to specify type in constructor instead of magin UA hand...Ferdinand Thiessen2024-09-281-6/+18
|/ /
* | feat(share): make sharelink token length configurableernolf/configurable_sharetoken_lengthernolf2024-09-283-8/+50
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-284-0/+42
* | fix(l10n): Fix list of RTL languagesbugfix/noid/fix-rtl-language-listJoas Schilling2024-09-271-1/+0
|/
* fix(IStorage): Use false instead of bool intersection type to match implement...fix/istorage/return-typesprovokateurin2024-09-261-10/+10
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-2625-1521/+556
* fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ...fix/querybuilder/oracle-indentifier-lengthprovokateurin2024-09-261-0/+17
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-262-2/+2
* fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirementsJoas Schilling2024-09-252-0/+16
* Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-244-0/+43
|\
| * chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-24/+8
| * feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-234-0/+59
* | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificatesRichard Steinmetz2024-09-241-0/+10
* | Merge pull request #47349 from nextcloud/feat/31420/bidi-backend-supportJoas Schilling2024-09-243-1/+33
|\ \
| * | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-233-7/+6
| * | fix(rtl): Fix list of RTL languagesJoas Schilling2024-09-231-5/+11
| * | feat(rtl): Set layout direction based on languageali ghorbani2024-09-233-1/+28
| |/
* | Merge pull request #48268 from nextcloud/debt/noid/ignore-docker-image-lock-fileJoas Schilling2024-09-231-2/+3
|\ \ | |/ |/|
| * fix: skip the integrity check for nextcloud-init-sync.lockdebt/noid/ignore-docker-image-lock-fileDaniel Kesselberg2024-09-221-2/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-238-0/+82
* | Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
|\ \
| * | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-232-0/+44
* | | Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-236-9/+36
|\ \ \
| * | | chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
| * | | fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-236-9/+36
| | |/ | |/|
* / | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_searchLouis Chemineau2024-09-232-9/+18
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2212-0/+102
* | Merge pull request #48246 from nextcloud/bug/noid/profile-clear-not-workingFerdinand Thiessen2024-09-211-4/+4
|\ \
| * | fix(profiler): clear command does not workbug/noid/profile-clear-not-workingDaniel Kesselberg2024-09-201-4/+4
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-2138-258/+10
* | Merge pull request #43968 from exi/custom-binary-search-pathsAndy Scherzinger2024-09-201-10/+18
|\ \
| * | feat: make search path for BinaryFinder customizable.Reno Reckling2024-09-201-10/+18
| |/