| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #34770 from nextcloud/backport/34579/stable24 | John Molakvoæ | 2022-10-27 | 1 | -1/+1 |
|\ |
|
| * | fix null error in getUnencryptedSize | Robin Appelman | 2022-10-24 | 1 | -1/+1 |
* | | Merge pull request #34845 from nextcloud/dependaskjnldsv/32413/stable24 | John Molakvoæ | 2022-10-27 | 2 | -21/+6 |
|\ \ |
|
| * | | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-10-27 | 2 | -21/+6 |
* | | | Merge pull request #34440 from nextcloud/backport/32635/stable24 | John Molakvoæ | 2022-10-27 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | Update lib/private/Contacts/ContactsMenu/ContactsStore.php
| Andy Xheli | 2022-10-27 | 1 | -1/+1 |
| * | | | Update ContactsStore.php | Andy Xheli | 2022-10-27 | 1 | -1/+1 |
| * | | | Apply suggestions from code review
| Andy Xheli | 2022-10-27 | 1 | -1/+1 |
| * | | | Fix User profile picture when performing the search | Andy Xheli | 2022-10-27 | 1 | -2/+5 |
* | | | | Merge pull request #34797 from nextcloud/backport/33540/stable24 | Vincent Petry | 2022-10-27 | 1 | -1/+6 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fix updating cached mounts that didn't have their mount provider set previously | Robin Appelman | 2022-10-25 | 1 | -1/+6 |
| | |/
| |/| |
|
* | | | Merge pull request #34410 from nextcloud/backport/33566/stable24 | John Molakvoæ | 2022-10-27 | 2 | -2/+19 |
|\ \ \ |
|
| * | | | trigger a rescan when trying to fopen a file that exists in cache but not on ... | Robin Appelman | 2022-10-06 | 2 | -2/+19 |
* | | | | Merge pull request #34032 from nextcloud/backport/34019/stable24 | John Molakvoæ | 2022-10-27 | 2 | -4/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Fix quota type to int | Carl Schwan | 2022-09-12 | 2 | -2/+2 |
| * | | | Fix quota type to int | Carl Schwan | 2022-09-12 | 1 | -2/+2 |
* | | | | Merge pull request #34447 from nextcloud/backport/34302/stable24 | Vincent Petry | 2022-10-27 | 1 | -18/+29 |
|\ \ \ \ |
|
| * | | | | Fix unencrypted size calculation for files created before the Encryption stor... | raul | 2022-10-25 | 1 | -3/+2 |
| * | | | | Fix: Prevent deadlocks during mtime/size/etag propagation | raul | 2022-10-25 | 1 | -17/+29 |
* | | | | | Expose mapped user count from LDAP and use that for user limit check | Côme Chilliet | 2022-10-25 | 1 | -3/+5 |
|/ / / / |
|
* | | | | Fix return types of createUser method | Côme Chilliet | 2022-10-25 | 1 | -2/+2 |
* | | | | Fix createUser return type in docblock to match code | Côme Chilliet | 2022-10-24 | 1 | -1/+1 |
* | | | | extended hint message | blizzz | 2022-10-24 | 1 | -1/+1 |
* | | | | improve admin notification experience | Arthur Schiwon | 2022-10-24 | 1 | -8/+27 |
* | | | | LDAP to no register new users when outside of fair use or over limits | Arthur Schiwon | 2022-10-24 | 3 | -11/+62 |
| |_|/
|/| | |
|
* | | | fix external storages access | szaimen | 2022-10-23 | 1 | -3/+1 |
* | | | Avoid allocating too much memory for the buffer | Julius Härtl | 2022-10-12 | 1 | -1/+1 |
| |/
|/| |
|
* | | Correctly handle Redis::keys returning false | Côme Chilliet | 2022-09-30 | 1 | -1/+1 |
* | | Merge pull request #34111 from nextcloud/backport/34073/stable24 | blizzz | 2022-09-27 | 1 | -0/+3 |
|\ \ |
|
| * | | dont try email login if the provider username is not a valid email | Robin Appelman | 2022-09-16 | 1 | -0/+3 |
* | | | Merge pull request #33787 from nextcloud/backport/33772/stable24 | blizzz | 2022-09-27 | 1 | -0/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Log if cookie login failed with token mismatch or session unavailability | Christoph Wurst | 2022-09-01 | 1 | -0/+8 |
* | | | Merge pull request #33700 from nextcloud/groupfolder-system-encryption-24 | Vincent Petry | 2022-09-15 | 1 | -0/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | make groupfolders use system wide encryption keys | Robin Appelman | 2022-09-15 | 1 | -0/+10 |
* | | | Do not empty config.php file if reading failed for any reason | Côme Chilliet | 2022-09-12 | 1 | -0/+4 |
* | | | Filter out old files when trying to get recent files | Carl Schwan | 2022-09-08 | 1 | -27/+55 |
* | | | Revert "[stable24] Compare lowercase email when updating from ldap" | blizzz | 2022-09-07 | 1 | -1/+1 |
* | | | I dug into it again, and the issue is much simpler than I previously though. | Louis Chemineau | 2022-09-06 | 1 | -1/+1 |
* | | | Merge pull request #33749 from nextcloud/backport/33734/stable24 | Vincent Petry | 2022-09-01 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | remove leading slash for search results at mountpoint root | Robin Appelman | 2022-08-30 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #33696 from nextcloud/backport/33375/stable24 | blizzz | 2022-08-30 | 4 | -0/+92 |
|\ \ |
|
| * | | Add back TokenCleanupJob to invalidate old temporary tokens | Thomas Citharel | 2022-08-25 | 4 | -0/+92 |
| |/ |
|
* | | Merge pull request #33656 from nextcloud/backport/33574/stable24 | blizzz | 2022-08-30 | 1 | -2/+6 |
|\ \ |
|
| * | | directly build the search filter for shared storage instead of setting up the... | Robin Appelman | 2022-08-23 | 1 | -2/+6 |
* | | | Merge pull request #33603 from nextcloud/jail-search-post-24 | blizzz | 2022-08-30 | 1 | -5/+7 |
|\ \ \ |
|
| * | | | optimize search post-processing for jail wrapper | Robin Appelman | 2022-08-18 | 1 | -5/+7 |
| |/ / |
|
* | | | Merge pull request #33514 from nextcloud/backport/33513/stable24 | blizzz | 2022-08-30 | 1 | -4/+17 |
|\ \ \
| |_|/
|/| | |
|
| * | | Create more secure passwords by default | Joas Schilling | 2022-08-12 | 1 | -4/+10 |
| * | | Recover installation when creating the user failed | Joas Schilling | 2022-08-12 | 1 | -0/+7 |
* | | | logger ignore args of sharepoint-related methods | Arthur Schiwon | 2022-08-25 | 1 | -0/+5 |
| |/
|/| |
|