aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: change mime type for msg fileDaniel Kesselberg2023-11-291-2/+2
* fix: add mimetype for eml and msgDaniel Kesselberg2023-11-281-0/+13
* Merge pull request #41460 from nextcloud/feat/migrate-database-missing-checksCôme Chilliet2023-11-283-8/+8
|\
| * Migrate missing primary key database check to new APICôme Chilliet2023-11-271-2/+2
| * Migrate missing index database check to new APICôme Chilliet2023-11-271-5/+5
| * Migrate missing column database check to new APICôme Chilliet2023-11-271-1/+1
* | Merge pull request #41272 from nextcloud/fixOccScansGit'Fellow2023-11-281-3/+6
|\ \
| * | fix: reduce memory consumption of scansGit'Fellow2023-11-031-3/+6
* | | enh(userstatus): add OOO automation and remove calendar automationAnna Larch2023-11-286-23/+60
* | | Merge pull request #41779 from nextcloud/bugfix/noid/use-destinct-exception-s...Arthur Schiwon2023-11-284-5/+86
|\ \ \
| * | | fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-284-5/+86
| | |/ | |/|
* / | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-282-0/+24
|/ /
* | Merge pull request #41578 from nextcloud/enh/noid/dispatcher-test-argument-rangeJoas Schilling2023-11-272-7/+48
|\ \
| * | enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-242-7/+48
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-274-4/+138
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-262-2/+176
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-256-2/+92
* | | Merge pull request #41440 from nextcloud/feat/dav/out-of-office-jobChristoph Wurst2023-11-245-1/+112
|\ \ \
| * | | feat(dav): dispatch out-of-office started and ended eventsRichard Steinmetz2023-11-235-1/+112
| |/ /
* / / Fix(l10n): Update translations from TransifexNextcloud bot2023-11-24130-326/+138
|/ /
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-23192-619/+619
* | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-232-0/+3
|\ \
| * | Fix is-define operatorLouis Chemineau2023-11-221-1/+1
| * | implements search on null/notnull metadataMaxence Lange2023-11-222-0/+3
* | | Merge pull request #41662 from nextcloud/chore/settings/cleanup-manager-type-...Kate2023-11-232-29/+48
|\ \ \
| * | | chore(settings): Cleanup IManager and Manager type annotationsjld31032023-11-232-29/+48
* | | | Merge pull request #40462 from nextcloud/refactor/lib-array_search-to-in_arrayAndy Scherzinger2023-11-228-10/+10
|\ \ \ \
| * | | | refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-228-10/+10
| |/ / /
* | | | Merge pull request #40071 from nextcloud/bugfix/noid/dont-block-admin-page-wh...Arthur Schiwon2023-11-221-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(updatecheck): Don't wait 120s for a response of updater.nextcloud.comJoas Schilling2023-11-221-1/+3
* | | | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-222-2/+9
|\ \ \ \
| * | | | fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-172-2/+9
* | | | | Merge pull request #41653 from nextcloud/enh/noid/sync-token-on-retrievemetadataMaxence Lange2023-11-221-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | get sync_token on retrieveMetadata()Maxence Lange2023-11-211-0/+1
* | | | | Merge pull request #40114 from summersab/refactor/OC-Server-getAvatarManagerArthur Schiwon2023-11-221-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Refactor `OC\Server::getAvatarManagerAndrew Summers2023-09-011-1/+1
* | | | | Merge pull request #41646 from nextcloud/feat/hide-search-providerBenjamin Gaussorgues2023-11-222-3/+10
|\ \ \ \ \
| * | | | | feat(search): hide search providerBenjamin Gaussorgues2023-11-222-3/+10
* | | | | | accept boolean valueMaxence Lange2023-11-222-5/+5
|/ / / / /
* | / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-11-222-0/+2
| |/ / / |/| | |
* | | | Merge pull request #41540 from nextcloud/artonge/feat/add_metadata_generation...Louis2023-11-214-12/+12
|\ \ \ \
| * | | | Add metadata generation jobLouis Chemineau2023-11-164-12/+12
* | | | | Listen to cache event when deleting metadataLouis Chemineau2023-11-212-9/+6
* | | | | feat: update sign up link in share pagesLuka Trovic2023-11-211-0/+16
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-212-0/+2
* | | | | Merge pull request #41601 from nextcloud/enh/noid/named-metadata-eventMaxence Lange2023-11-206-4/+91
|\ \ \ \ \
| * | | | | add named metadata eventMaxence Lange2023-11-206-4/+91
* | | | | | Merge pull request #41616 from nextcloud/bugfix/noid/fix-ocs-absolute-URLs-wi...Joas Schilling2023-11-201-3/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-3/+12
* | | | | | Merge pull request #41544 from nextcloud/enh/noid/updatehtaccess-disk-space-c...Simon L2023-11-201-0/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |