aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-262-11/+18
|\
| * feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-222-11/+18
* | fix: Avoid unitialized access of fts manager propertiesJulius Härtl2024-02-261-3/+3
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-254-18/+20
* | Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-2452-751/+1003
|\ \
| * | feat: theme error pageRichard Steinmetz2024-02-241-9/+36
| * | Merge pull request #43787 from nextcloud/fix/opendir-temporary-failureJohn Molakvoæ2024-02-241-0/+6
| |\ \
| | * | fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | |/
| * | Merge pull request #41910 from nextcloud/debug-force-full-fs-setupJohn Molakvoæ2024-02-241-0/+6
| |\ \
| | * | add a debug option to force a full filesystem setupRobin Appelman2024-02-241-0/+6
| * | | Include `hostName:$port` for Host access violation message as wellRobin Kluth2024-02-241-1/+1
| * | | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
| * | | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
| |/ /
| * | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-244-8/+238
| * | Merge pull request #43529 from nextcloud/enh/noid/leave-log-early-if-no-crash...John Molakvoæ2024-02-233-37/+34
| |\ \
| | * | add hasListeners()Maxence Lange2024-02-143-28/+28
| | * | exit log() early if no crashreporter registeredMaxence Lange2024-02-141-13/+10
| * | | Merge pull request #43187 from hschletz/patch-1John Molakvoæ2024-02-231-1/+1
| |\ \ \
| | * | | Fix data type in FilesMetadata::setIntList()hschletz2024-02-231-1/+1
| | | |/ | | |/|
| * | | Merge pull request #40135 from summersab/refactor/OC-Server-getEventLoggerJohn Molakvoæ2024-02-231-1/+1
| |\ \ \
| | * | | Refactor `OC\Server::getEventLogger`Andrew Summers2024-02-231-1/+1
| | |/ /
| * | | Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-239-499/+123
| |\ \ \
| | * | | Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-154-2/+45
| | * | | Refactors lib/private/FullTextSearch.Faraz Samapoor2024-01-156-499/+80
| * | | | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-232-25/+26
| |\ \ \ \
| | * | | | add key location to info:file outputRobin Appelman2024-02-012-25/+26
| * | | | | Merge pull request #32429 from nextcloud/fix/profiler-data-locaJohn Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \
| | * | | | | Fix location of the profiler dataCarl Schwan2024-02-231-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #39173 from shdehnavi/refactor_lib_private_ocsJohn Molakvoæ2024-02-235-41/+41
| |\ \ \ \ \
| | * | | | | Refactor lib/private/ocsHamid Dehnavi2024-02-235-41/+41
| | |/ / / /
| * | | | | Merge pull request #39299 from shdehnavi/refactor_lib_private_appJohn Molakvoæ2024-02-2310-89/+44
| |\ \ \ \ \
| | * | | | | Fix psalm errorsHamid Dehnavi2024-02-231-1/+1
| | * | | | | Make adjustments based on the psalm reviewHamid Dehnavi2024-02-231-6/+2
| | * | | | | Fix code styleHamid Dehnavi2024-02-236-8/+1
| | * | | | | Refactor lib/private/AppHamid Dehnavi2024-02-2310-77/+43
| | |/ / / /
| * | | | | Merge pull request #42045 from nextcloud/enh/early-exception-printJohn Molakvoæ2024-02-231-11/+19
| |\ \ \ \ \
| | * | | | | feat: Print early exceptions in debug mode instead of plain error pagesJulius Härtl2024-02-231-11/+19
| | |/ / / /
| * | | | | Merge pull request #40126 from summersab/refactor/OC-Server-getTrustedDomainH...John Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \
| | * | | | | Refactor `OC\Server::getTrustedDomainHelper`Andrew Summers2024-02-231-1/+1
| | |/ / / /
| * | | | | Merge pull request #40111 from summersab/refactor/OC-Server-getAppFetcherJohn Molakvoæ2024-02-231-1/+2
| |\ \ \ \ \
| | * | | | | Refactor `OC\Server::getAppFetcher`Andrew Summers2024-02-231-1/+2
| | |/ / / /
| * | | | | Merge pull request #38562 from nextcloud/redis-default-ttlJohn Molakvoæ2024-02-231-7/+19
| |\ \ \ \ \
| | * | | | | set a default and max ttl for redis keysRobin Appelman2024-02-231-7/+19
| | |/ / / /
| * | | | | Merge pull request #30417 from nextcloud/sualko-patch-1John Molakvoæ2024-02-231-0/+4
| |\ \ \ \ \
| | * | | | | fix xml ocs response for serializable objectsKlaus2024-02-231-0/+4
| | |/ / / /
| * | | | | Merge pull request #39607 from FedericoHeichou/fix-double-dots-with-pipe-send...John Molakvoæ2024-02-231-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
| * | | | | feat(AppFramework): Add Route attributeprovokateurin2024-02-216-0/+361
| * | | | | fix(Routing): Only use lowercase names for registering and matching routesprovokateurin2024-02-213-17/+36
| * | | | | fix(notifications): Help finding missing notifications by logging itJoas Schilling2024-02-201-0/+1