summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fix: php-csskjnldsv2024-03-151-2/+1
| * | | | | Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-15219-394/+8712
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-2/+3
| | |/ / / | |/| | |
* | | | | Refactor `OC\Server::getHasher`Andrew Summers2024-03-151-2/+2
| |/ / / |/| | |
* | | | refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-4/+4
* | | | fix: add missing copyrights and strict typesAndrey Borysenko2024-03-125-0/+78
* | | | feat: Add declarative settingsjld31032024-03-127-0/+496
* | | | Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata...Maxence Lange2024-03-112-0/+37
|\ \ \ \
| * | | | feat(metadata): get deprecated status using file etagMaxence Lange2024-03-072-0/+37
* | | | | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-081-1/+2
|\ \ \ \ \
| * | | | | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-1/+2
* | | | | | feat(files): copy live photosMaxence Lange2024-03-085-47/+47
* | | | | | Merge pull request #43778 from nextcloud/fix/edge-cspJulius Härtl2024-03-081-3/+3
|\ \ \ \ \ \
| * | | | | | fix: Allow nonce in csp header also if no other reasons are givenJulius Härtl2024-03-081-3/+3
| |/ / / / /
* | | | | | Merge pull request #44064 from nextcloud/deprecate-getNumberOfUnreadCommentsF...Robin Appelman2024-03-081-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | refactor: depricate getNumberOfUnreadCommentsForFolder and redo it's implemen...Robin Appelman2024-03-071-0/+1
* | | | | | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-0/+9
|/ / / / /
* | | | | fix: Swap method and uri parameter in request to match upstream orderCôme Chilliet2024-03-071-2/+2
* | | | | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-071-0/+31
|/ / / /
* | | | chore: remove long depricated share codeRobin Appelman2024-03-061-93/+1
* | | | chore(IURLGenerater): Document changes to `URL_REGEX_NO_MODIFIERS`Jonas2024-03-061-0/+2
* | | | fix: Make URL pattern regexes match localhost and URLs with portsJonas2024-03-061-1/+1
* | | | Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-053-2/+40
|\ \ \ \
| * | | | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-1/+1
| * | | | feat: add interface to get only a single node by id instead of all nodes for ...Robin Appelman2024-03-042-1/+39
* | | | | Merge pull request #43855 from nextcloud/feat/team-providerJulius Härtl2024-03-055-0/+344
|\ \ \ \ \
| * | | | | feat: Implement team provider apiJulius Härtl2024-03-055-0/+344
| |/ / / /
* | | | | Merge pull request #43791 from nextcloud/share-api-cleanupRobin Appelman2024-03-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: update "move into share" check to share managerRobin Appelman2024-02-271-2/+2
* | | | | fix(IUrlGenerator): Add `throws` documentation for `imagePath` functionFerdinand Thiessen2024-03-021-0/+1
* | | | | fix: Also expose forbidden filename character in the capabilitiesFerdinand Thiessen2024-02-281-2/+3
* | | | | fix: Enforce forbidden filename characters on backendFerdinand Thiessen2024-02-281-1/+22
* | | | | fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-282-0/+32
* | | | | Merge pull request #43209 from nextcloud/enh/edit-indicesGreta2024-02-281-0/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat(occ): add possibility to edit indicesJohannes Merkel2024-02-271-0/+41
* | | | | Merge pull request #43529 from nextcloud/enh/noid/leave-log-early-if-no-crash...John Molakvoæ2024-02-231-0/+9
|\ \ \ \ \
| * | | | | add hasListeners()Maxence Lange2024-02-141-0/+9
* | | | | | Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-231-0/+35
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-151-0/+35
* | | | | | feat(AppFramework): Add Route attributeprovokateurin2024-02-213-0/+287
| |_|/ / / |/| | | |
* | | | | add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+4
* | | | | fix types + autoloaderRobin Appelman2024-02-151-1/+4
* | | | | optimize query pattern used by storage filterRobin Appelman2024-02-151-2/+3
* | | | | fix(OCP): Add since tag to all constantsJoas Schilling2024-02-151-3/+9
* | | | | Merge pull request #43355 from nextcloud/feat/ocp-link-reference-providerAnupam Kumar2024-02-151-0/+215
|\ \ \ \ \
| * | | | | feat: Migrate LinkReferenceProvider to OCPAnupam Kumar2024-02-141-0/+215
| | |/ / / | |/| | |
* | | | | fix(OCP): Add since tag for all constantsJoas Schilling2024-02-1437-6/+795
* | | | | fix(settings): Deprecate old things for realJoas Schilling2024-02-141-4/+4
|/ / / /
* | | | chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+3
* | | | Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+8