aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33921 from nextcloud/fix/fix-config-file-emptiedCôme Chilliet2022-09-121-0/+4
|\
| * Do not empty config.php file if reading failed for any reasonCôme Chilliet2022-09-061-0/+4
* | Update avatars on updateCarl Schwan2022-09-092-19/+13
* | Dark theme for guest avatarCarl Schwan2022-09-093-8/+8
* | Avatar new styleCarl Schwan2022-09-092-30/+53
* | Merge pull request #33788 from nextcloud/improve-recentCarl Schwan2022-09-081-27/+55
|\ \
| * | Filter out old files when trying to get recent filesCarl Schwan2022-09-051-27/+55
* | | Merge pull request #33906 from nextcloud/fix/fix-calendar-tests-getTimestampblizzz2022-09-081-1/+16
|\ \ \
| * | | Fix various errors in iMIP logicAnna Larch2022-09-081-1/+16
| | |/ | |/|
* | | Merge pull request #33600 from nextcloud/lazy-quotablizzz2022-09-072-24/+55
|\ \ \
| * | | get quota for user only when neededRobin Appelman2022-09-012-24/+55
* | | | Merge pull request #33813 from nextcloud/fix/infinite_email_change_notificationLouis2022-09-061-1/+1
|\ \ \ \
| * | | | I dug into it again, and the issue is much simpler than I previously though.Louis Chemineau2022-09-061-1/+1
| | |/ / | |/| |
* | | | Merge pull request #29881 from nextcloud/fix/setting/accessibility-titleCarl Schwan2022-09-061-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into fix/setting/accessibility-titleCarl Schwan2022-09-02178-1496/+3293
| |\ \ \
| * | | | Improve accessibility of the title of the settingsCarl Schwan2022-05-161-0/+7
* | | | | Merge pull request #33863 from nextcloud/hash-wrapper-catch-errorsblizzz2022-09-021-2/+7
|\ \ \ \ \
| * | | | | handle errors from hash_finalRobin Appelman2022-09-021-2/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #33692 from nextcloud/update-dirblizzz2022-09-021-2/+2
|\ \ \ \ \
| * | | | | Introduce $updateDir to move updates outside $dataDirGit'Fellow2022-08-251-2/+2
* | | | | | Merge pull request #33790 from nextcloud/Valdnet-patch-2Simon L2022-09-021-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | l10n: Spelling unificationValdnet2022-09-021-1/+1
* | | | | | Merge pull request #33625 from nextcloud/fix/33572/add-userVincent Petry2022-09-012-1/+6
|\ \ \ \ \ \
| * | | | | | Fix creation of new user and display the correct error messageChristopher Ng2022-08-222-1/+6
* | | | | | | Merge pull request #33780 from nextcloud/enh/noid/cloud-id-cliblizzz2022-09-011-0/+3
|\ \ \ \ \ \ \
| * | | | | | | filter index.php from cloudIdMaxence Lange2022-08-311-0/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #33764 from nextcloud/cloudid-cacheVincent Petry2022-09-012-7/+80
|\ \ \ \ \ \ \
| * | | | | | | adjusts tests for CloudIdManagerRobin Appelman2022-08-311-1/+1
| * | | | | | | cache cloud id data in CloudIdManagerRobin Appelman2022-08-312-7/+80
* | | | | | | | Merge pull request #33774 from nextcloud/hash-wrapper-closed-hashVincent Petry2022-09-011-1/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | handle cases where the hash context gets cleaned up before the hash wrapperRobin Appelman2022-08-311-1/+5
| |/ / / / / /
* | | | | | | Merge pull request #33772 from nextcloud/debug/remember-me-login-token-mispat...Julius Härtl2022-09-011-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Log if cookie login failed with token mismatch or session unavailabilityChristoph Wurst2022-08-311-0/+8
| |/ / / / /
* | | | | | Merge pull request #33494 from nextcloud/enh/referencesJulius Härtl2022-08-317-0/+734
|\ \ \ \ \ \
| * | | | | | Inject all dependnencies and increase cache timeoutJulius Härtl2022-08-313-6/+12
| * | | | | | Refactor cache handlingJulius Härtl2022-08-314-31/+131
| * | | | | | CleanupJulius Härtl2022-08-315-41/+77
| * | | | | | Limit preview file sizeJulius Härtl2022-08-311-2/+10
| * | | | | | Move registration to IBootstrapJulius Härtl2022-08-312-9/+63
| * | | | | | Add full public interfacesJulius Härtl2022-08-314-6/+8
| * | | | | | Implement image cachingJulius Härtl2022-08-313-3/+55
| * | | | | | Add cache invalidationJulius Härtl2022-08-311-10/+41
| * | | | | | Implement reference provider based cachingJulius Härtl2022-08-313-13/+53
| * | | | | | Make reference fetching configurableJulius Härtl2022-08-312-10/+14
| * | | | | | API for fetching reference metadataJulius Härtl2022-08-314-0/+401
* | | | | | | Merge pull request #33756 from nextcloud/enh/noid/admin-settings-directlySimon L2022-08-311-10/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | add a better icon for personal settingsszaimen2022-08-311-1/+1
| * | | | | | add a way to open the admin settings overview directlyszaimen2022-08-301-10/+30
| |/ / / / /
* | | | | | Merge pull request #33728 from nextcloud/enh/app-menu-vueJulius Härtl2022-08-311-0/+1
|\ \ \ \ \ \
| * | | | | | Move app menu to vueJulius Härtl2022-08-311-0/+1
| |/ / / / /