summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Use the new option to signaling insensitivityJoas Schilling2022-02-071-0/+2
* Allow apps to specify if their background job can be delayedJoas Schilling2022-02-071-3/+14
* Merge pull request #30984 from UmbrellaCodr/ffmpeg-previewSimon L2022-02-041-2/+4
|\
| * reduce 'Movie preview generation failed Output' log errorsUmbrellaCodr2022-02-031-2/+4
* | Merge pull request #30354 from nextcloud/enhancement/talk-apiJoas Schilling2022-02-043-0/+193
|\ \
| * | Add a Talk API for OCPChristoph Wurst2022-02-043-0/+193
| |/
* | Merge pull request #30888 from nextcloud/comments-interfaceJoas Schilling2022-02-041-34/+37
|\ \
| * | Update ICommentsManager with reaction methodsVitor Mattos2022-02-031-34/+37
* | | Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine2022-02-031-1/+4
| |/ |/|
* | Merge pull request #30235 from nextcloud/bugfix/noid/primary-key-for-ratelimi...Joas Schilling2022-02-021-3/+0
|\ \ | |/ |/|
| * Make the DB query simpler (as we just deleted all other entries)Joas Schilling2022-01-281-3/+0
* | Allow sub-admins to access delegated settings.Claus-Justus Heine2022-01-311-14/+11
|/
* Merge pull request #30794 from nextcloud/techdebt/noid/allow-to-get-comments-...Joas Schilling2022-01-281-14/+41
|\
| * Allow to get comments with a given set of verbsJoas Schilling2022-01-211-14/+41
* | Merge pull request #30855 from nextcloud/psalm/themingJohn Molakvoæ2022-01-272-4/+10
|\ \
| * | Fix psalm issues in theming appCarl Schwan2022-01-262-4/+10
* | | Merge pull request #30876 from nextcloud/docs/deprecate_addScriptVincent Petry2022-01-272-2/+3
|\ \ \
| * | | Add deprecation notice to script & addScript funcLouis Chemineau2022-01-272-2/+3
* | | | Merge pull request #30858 from nextcloud/fix/ajax-list-dir-content-on-fileLouis2022-01-271-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Return 404 when AJAX tries to list dir content but file givenMichaIng2022-01-261-1/+1
| |/ /
* | | Merge pull request #30822 from nextcloud/bugfix/29287/remove-create-function-...Joas Schilling2022-01-261-65/+0
|\ \ \ | |/ / |/| |
| * | Remove createPluralFunction which is replaced by Symfony\Translations libJoas Schilling2022-01-241-65/+0
* | | Remove redundant if clauseCôme Chilliet2022-01-251-4/+1
* | | Fix OC\Files\Storage\DAV::hasUpdated when cache is not setCôme Chilliet2022-01-251-1/+1
* | | Merge pull request #30763 from nextcloud/feature/noid/allow-to-log-audit-to-s...John Molakvoæ2022-01-254-7/+36
|\ \ \
| * | | Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-01-194-7/+36
* | | | Add specific psalm-return for getAllUserValuesCôme Chilliet2022-01-241-0/+1
* | | | Fix signatures and null $userId corner caseCôme Chilliet2022-01-241-5/+5
* | | | Add a new method getAllUserValues($userId) to IConfigCôme Chilliet2022-01-241-3/+3
| |/ / |/| |
* | | Merge pull request #30379 from nextcloud/feature/add-comments-reactionsJoas Schilling2022-01-213-2/+279
|\ \ \ | |_|/ |/| |
| * | Fix check after change from string to mb_stringVitor Mattos2022-01-211-2/+2
| * | Fix CSJoas Schilling2022-01-211-1/+1
| * | Throw if trying to save reaction without supportJoas Schilling2022-01-211-0/+4
| * | Only check mb_strlen()Joas Schilling2022-01-211-1/+1
| * | Remove order from groupConcat as it is not working everywhereJoas Schilling2022-01-215-6/+6
| * | Limit the summary and sort it afterwardsJoas Schilling2022-01-211-6/+15
| * | Fix groupConcat and ordering on OracleVitor Mattos2022-01-215-9/+10
| * | Order the reaction summary, improvements on validationsVitor Mattos2022-01-211-13/+38
| * | Disable reactions if database don't support utf8mb4Vitor Mattos2022-01-211-1/+20
| * | Rename vars and move logic to methodVitor Mattos2022-01-211-7/+8
| * | Prevent query error when use subqueryVitor Mattos2022-01-211-2/+2
| * | Prevent violate constraintVitor Mattos2022-01-211-9/+28
| * | Rename varsVitor Mattos2022-01-211-14/+14
| * | Add comments reactionsVitor Mattos2022-01-212-0/+199
* | | Merge pull request #30770 from nextcloud/enh/logo-link-target-configJulien Veyssier2022-01-201-0/+4
|\ \ \
| * | | allow changing the top-left logo link target in system configJulien Veyssier2022-01-201-0/+4
* | | | Merge pull request #30769 from nextcloud/fix/memcached_clearCôme Chilliet2022-01-201-21/+2
|\ \ \ \
| * | | | Always call flush() as getAllKeys() is brokenCôme Chilliet2022-01-201-21/+2
| |/ / /
* | | | Merge pull request #30471 from nextcloud/enh/cast-char-mysqlJoas Schilling2022-01-204-0/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Fix psalm complaintJoas Schilling2022-01-041-0/+1