aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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(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
* Merge pull request #32018 from nextcloud/cleanup/event/trashbinCôme Chilliet2024-09-241-0/+5
|\
| * feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-231-0/+5
* | 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-242-1/+24
|\ \
| * | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-232-4/+3
| * | fix(rtl): Fix list of RTL languagesJoas Schilling2024-09-231-5/+11
| * | feat(rtl): Set layout direction based on languageali ghorbani2024-09-232-1/+19
| |/
* | 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
* | Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-231-0/+32
|\ \
| * | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-231-0/+32
* | | Merge pull request #48111 from nextcloud/fix/move-storage-constructor-to-spec...Côme Chilliet2024-09-232-1/+7
|\ \ \
| * | | fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-1/+7
| | |/ | |/|
* / | 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
|/ /
* | 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
| |/
* | 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
| |/
* | Merge pull request #47782 from nextcloud/reworkShareExceptionsGit'Fellow2024-09-201-14/+13
|\ \
| * | fix(l10n): Rephrasing some exceptions to be translatedGit'Fellow2024-09-201-14/+13
| |/
* / chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-2012-111/+42
|/
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-2012-30/+30
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-202-29/+29
* Merge pull request #48220 from nextcloud/chore/remove-travisFerdinand Thiessen2024-09-191-2/+1
|\
| * chore: Remove old travis related stuffFerdinand Thiessen2024-09-191-2/+1
* | perf: reuse cache info we already have when moving to object storeobject-store-move-dbRobin Appelman2024-09-191-2/+2
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-19174-342/+350
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-192-18/+1
* refactor(OC_Template): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-8/+9
* refactor(OC_Files): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-7/+9
* refactor(OC_Util): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-2/+2
* refactor(OC_Hook): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-1/+4
* refactor(OC_App): Remove ILogger usageFerdinand Thiessen2024-09-191-13/+15
* refactor(ProviderFactory): Remove usage of ILogger and use non-deprecated stuffFerdinand Thiessen2024-09-191-10/+9
* refactor(Collaboration): Use non-deprecated methodsFerdinand Thiessen2024-09-191-7/+17
* chore!: Remove `OC\AppFramework\Logger`Ferdinand Thiessen2024-09-192-112/+0
* Merge pull request #48163 from nextcloud/feat/nfoJohn Molakvoæ2024-09-191-0/+1
|\
| * feat: add nfo file supportfeat/nfoJohn Molakvoæ (skjnldsv)2024-09-181-0/+1
* | Merge pull request #48182 from nextcloud/oracle-share-reminderJoas Schilling2024-09-181-1/+1
|\ \
| * | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+1
* | | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-186-84/+62
|\ \ \ | |/ / |/| |
| * | fix: Fix Event and Notification creation with the new required parameterCôme Chilliet2024-09-173-26/+14
| * | fix: Add missing alias for IRichTextFormatterCôme Chilliet2024-09-171-0/+2
| * | feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-173-59/+47
* | | fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-181-0/+4