aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-232-11/+11
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-11/+11
* | fix(activity): Update more activity providers to use new exceptionsfollowup/48086/fix-more-activity-providersJoas Schilling2024-09-232-19/+19
* | chore(files): Remove legacy style filesFerdinand Thiessen2024-09-201-1/+0
* | chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-3/+0
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-197-7/+8
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-172-4/+6
* Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-161-11/+14
|\
| * chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-051-11/+14
* | feat(NavigationManager): Add default entries handlingprovokateurin2024-09-091-1/+3
|/
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-2/+2
* fix(transfer-ownership): Improve comments according to code reviewCôme Chilliet2024-09-051-3/+3
* feat(transfer-ownership): Correctly react to encrypted filesCôme Chilliet2024-09-051-20/+43
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-2/+2
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-282-53/+135
* fix: adjust systemtag orphan cleanup query to work with shardingRobin Appelman2024-08-281-1/+1
* fix: make background scan job compatible with shardingRobin Appelman2024-08-281-12/+58
* perf(files): Do not block files page load with server-side favorites retrievalChristopher Ng2024-08-271-15/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2524-79/+79
* perf: improve cleanup of tags/commentsRobin Appelman2024-08-151-9/+6
* refactor(files): Drop unneeded initial stateFerdinand Thiessen2024-08-141-51/+0
* feat(files): Update openapiChristopher Ng2024-08-082-6/+10
* feat(files): Allow specifying path and depth for returned folder treeChristopher Ng2024-08-081-44/+37
* fix(files): When redirecting to a file (internal link) then it should open by...Ferdinand Thiessen2024-08-031-0/+2
* feat(files): Update openapi specChristopher Ng2024-08-012-1/+18
* feat(files): Allow toggling folder treeChristopher Ng2024-08-011-1/+7
* feat(files): Implement endpoint to retrieve a user's folder treeChristopher Ng2024-08-012-25/+95
* Merge pull request #46807 from nextcloud/refactor/files/security-attributesKate2024-08-017-73/+56
|\
| * refactor(files): Replace security annotations with respective attributesprovokateurin2024-07-277-73/+56
* | chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-7/+0
|/
* Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* | fix: PHP formattingElizabeth Danzberger2024-07-252-1/+8
* | feat: Add support for filling fields to backend componentsElizabeth Danzberger2024-07-251-2/+12
|/
* feat(files): Allow to configure Windows filename compatibility in the settingsFerdinand Thiessen2024-07-176-0/+202
* refactor: Remove deprecated `Util` function for filename validation to `Filen...Ferdinand Thiessen2024-07-161-44/+20
* feat: Add `forbidden_filename_basenames` config optionFerdinand Thiessen2024-07-151-1/+2
* feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-111-9/+12
* Merge pull request #46059 from nextcloud/perf/remove_useless_sessionBenjamin Gaussorgues2024-06-271-3/+0
|\
| * perf(session): remove useless session openBenjamin Gaussorgues2024-06-241-3/+0
* | feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-4/+5
|/
* fix(files): Rename openFileInfo to fileInfoLouis Chemineau2024-06-191-1/+1
* perf: Tell browsers to cache storage stats endpoint as it is cachedJulius Härtl2024-06-181-1/+3
* fix(files): Properly handle denied ownership transfersFerdinand Thiessen2024-06-142-29/+34
* feat(files): Use receiving users language for the ownership transfer target f...Ferdinand Thiessen2024-05-291-8/+13
* chore: Add SPDX headerAndy Scherzinger2024-05-2967-1372/+160
* fix(files): Fix ownership transfer encrypted files detectionCôme Chilliet2024-04-301-1/+1
* fix(files): Use string array instead of string for forbidden charactersFerdinand Thiessen2024-04-291-1/+1
* fix(files): Use OCP\Util::getForbiddenFileNameChars instead of direct access ...Ferdinand Thiessen2024-04-291-4/+2
* fix(files): Also restore shares after ownership transfer for object storageFerdinand Thiessen2024-04-181-38/+73