aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* chore(appframework)!: Drop \OCP\AppFramework\Http\EmptyContentSecurityPolicy:...Christoph Wurst2023-06-121-18/+1
* Drop meta robots tagGit'Fellow2023-06-091-1/+0
* Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
* refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-032-9/+38
* chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
* Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\
| * chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
* | Merge pull request #38585 from nextcloud/feature/ocp/send-message-with-subjec...Christoph Wurst2023-06-021-0/+30
|\ \ | |/ |/|
| * feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-011-0/+30
* | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
|/
* fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
* enh: Provide atomicRetry method to retry transactions if possibleJulius Härtl2023-05-161-0/+37
* Merge pull request #36592 from nextcloud/groupmanager-search-typingRobin Appelman2023-05-122-4/+4
|\
| * revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-111-3/+3
| * also update groupinterface and database backendRobin Appelman2023-05-111-1/+1
| * fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-1/+1
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+17
|/
* Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-1118-20/+20
|\
| * Fix typos in lib/public subdirectorySimon L2023-05-1018-20/+20
* | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-0/+12
|\ \ | |/ |/|
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+12
* | Merge pull request #38104 from nextcloud/feat/um-32-bitPytal2023-05-091-1/+2
|\ \
| * | feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-1/+2
* | | Add messageId to richObject definition of TalkMarcel Müller2023-05-051-0/+6
|/ /
* | Merge pull request #38016 from nextcloud/oracle-limit-workaroundDaniel2023-05-031-0/+1
|\ \
| * | fix: add workaround for oci and limit queriesDaniel Kesselberg2023-05-021-0/+1
* | | Merge pull request #38003 from nextcloud/bugfix/noid/improve-translations-apiJoas Schilling2023-05-032-3/+49
|\ \ \
| * | | feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-022-3/+49
| |/ /
* | | Merge pull request #37943 from nextcloud/fix/fix-getcontent-return-typeArthur Schiwon2023-05-033-2/+3
|\ \ \
| * | | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-273-2/+3
* | | | Merge pull request #32866 from nextcloud/performance/searchInGroup-displaynam...Côme Chilliet2023-05-023-3/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | Update version number in since and deprecated annotationsCôme Chilliet2023-04-272-3/+3
| * | | Clear up return typesCôme Chilliet2023-04-272-3/+2
| * | | Let OC\Group\Group handle the fallback and remove default implementation from...Côme Chilliet2023-04-271-14/+1
| * | | Split new method in a new group backend interfaceCarl Schwan2023-04-273-25/+55
| * | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-273-2/+39
| |/ /
* | | fix(psalm): systemtagsJohn Molakvoæ2023-04-281-2/+2
* | | fix: Empty fallback for template creator action labelJulius Härtl2023-04-271-1/+1
|/ /
* | Create new file/folder labelsChristopher Ng2023-04-271-1/+21
* | Merge pull request #37480 from nextcloud/fix/ocp/ilogfactor-getcustomlogger-d...Christoph Wurst2023-04-261-1/+1
|\ \
| * | fix(ocp): Add deprecation version to ILogFactory::getCustomLoggerChristoph Wurst2023-03-301-1/+1
* | | Merge pull request #37905 from nextcloud/techdebt/noid/add-attributes-for-rem...Joas Schilling2023-04-2510-1/+329
|\ \ \
| * | | feat(security): Add PHP \Attribute for remaining security annotationsJoas Schilling2023-04-2510-1/+329
* | | | Merge pull request #37835 from nextcloud/feat/background-allow-parallel-runsCôme Chilliet2023-04-253-3/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Fix BackgroundJob testsMarcel Klehr2023-04-231-2/+4
| * | | IParallelAwareJob: Add missing boilerplateMarcel Klehr2023-04-231-0/+27
| * | | Add IParallelAwareJob interfaceMarcel Klehr2023-04-232-2/+22
| * | | feat(BackgroundJobs): Allow preventing parallel runs for a job classMarcel Klehr2023-04-232-0/+34
* | | | feat(ratelimit): Add Attributes support to rate limit middlewareJoas Schilling2023-04-243-0/+133
|/ / /
* | | Merge pull request #37674 from nextcloud/feature/speech-to-textJoas Schilling2023-04-196-0/+310
|\ \ \