Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #35828 from nextcloud/fix/fix-oauth2-test-dynamic-property | Vincent Petry | 2022-12-20 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Fix PHP error on PHP >= 8.2 about dynamic property use in tests | Côme Chilliet | 2022-12-19 | 1 | -1/+6 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-20 | 462 | -1394/+1398 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #35813 from nextcloud/fix/bump-phpseclib/phpseclib-to-2.0.... | Côme Chilliet | 2022-12-19 | 1 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Update 3rdparty to master branch | Côme Chilliet | 2022-12-19 | 1 | -0/+0 | |
| * | | | | | | | | | | | Bump phpseclib/phpseclib to 2.0.40 in master | Côme Chilliet | 2022-12-19 | 1 | -0/+0 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #35614 from nextcloud/fix/errorlog-array-to-string-conversion | Côme Chilliet | 2022-12-19 | 5 | -9/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | fix(logging): Fix array to string conversion in errorlog writer | Christoph Wurst | 2022-12-19 | 5 | -9/+16 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-... | Côme Chilliet | 2022-12-19 | 2 | -8/+15 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix user_ldap tests now that list of groups gets cached | Côme Chilliet | 2022-12-19 | 1 | -1/+1 | |
| * | | | | | | | | | | Cache the fetched list of groups | Côme Chilliet | 2022-11-17 | 1 | -7/+14 | |
* | | | | | | | | | | | Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfo | Vincent Petry | 2022-12-19 | 2 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Use display name cache on getStorageInfo | Julius Härtl | 2022-12-16 | 2 | -3/+18 | |
* | | | | | | | | | | | Merge pull request #35496 from nextcloud/fix/strict-typing-in-base | Julius Härtl | 2022-12-19 | 4 | -149/+120 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Put back baseline for the enableAppForGroups type mismatch | Côme Chilliet | 2022-12-19 | 1 | -0/+3 | |
| * | | | | | | | | | | | Revert "Just use string for groups in enableAppForGroups" | Côme Chilliet | 2022-12-19 | 3 | -16/+28 | |
| * | | | | | | | | | | | Just use string for groups in enableAppForGroups | Côme Chilliet | 2022-12-19 | 3 | -28/+16 | |
| * | | | | | | | | | | | Silence false-positive from psalm in lib/public/Log/functions.php | Côme Chilliet | 2022-12-19 | 2 | -6/+1 | |
| * | | | | | | | | | | | Strong type singletons from lib/base.php | Côme Chilliet | 2022-12-19 | 1 | -12/+4 | |
| * | | | | | | | | | | | Migrate lib/base.php to LoggerInterface | Côme Chilliet | 2022-12-19 | 1 | -6/+5 | |
| * | | | | | | | | | | | Put back cast to string now that timelimit is an int | Côme Chilliet | 2022-12-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | Fixing more psalm errors from lib/base.php | Côme Chilliet | 2022-12-19 | 1 | -32/+31 | |
| * | | | | | | | | | | | Use Server::get some more | Côme Chilliet | 2022-12-19 | 1 | -39/+38 | |
| * | | | | | | | | | | | Use strict typing in base.php | Côme Chilliet | 2022-12-19 | 2 | -66/+50 | |
* | | | | | | | | | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subject | Côme Chilliet | 2022-12-19 | 21 | -284/+133 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Fix comments and dav tests with Notifications and Activity changes | Côme Chilliet | 2022-12-19 | 2 | -24/+10 | |
| * | | | | | | | | | | | Throw on missing type of rich subject parameter | Côme Chilliet | 2022-12-08 | 2 | -10/+14 | |
| * | | | | | | | | | | | Apply the same changes to richToParsed in Notification | Côme Chilliet | 2022-11-29 | 1 | -3/+9 | |
| * | | | | | | | | | | | Revert changes to systemtags application | Côme Chilliet | 2022-11-29 | 1 | -32/+101 | |
| * | | | | | | | | | | | Throw instead of using a bogus value if name field is missing | Côme Chilliet | 2022-11-29 | 1 | -3/+9 | |
| * | | | | | | | | | | | Get rid of all useless calls to setParsedSubject now that setRichSubject is a... | Côme Chilliet | 2022-11-29 | 15 | -339/+87 | |
| * | | | | | | | | | | | Same thing for Activity | Côme Chilliet | 2022-11-29 | 2 | -11/+26 | |
| * | | | | | | | | | | | Compute parsed from rich subject and message in Notification | Côme Chilliet | 2022-11-29 | 2 | -11/+26 | |
* | | | | | | | | | | | | Merge pull request #35177 from nextcloud/fix/noid/bringing-clear-config-back | Julius Härtl | 2022-12-19 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | restoring clearCachedConfig() | Maxence Lange | 2022-11-15 | 1 | -0/+9 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-19 | 2 | -0/+4 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-18 | 6 | -12/+12 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-12-17 | 20 | -14/+428 | |
* | | | | | | | | | | | | Merge pull request #34629 from nextcloud/fix/case-sensitivity-email-ldap | Vincent Petry | 2022-12-16 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add unit test for case insensitive email saving | Vincent Petry | 2022-12-16 | 1 | -1/+9 | |
| * | | | | | | | | | | | Fix case sensitivity of email when saving settings | Carl Schwan | 2022-12-16 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #34924 from nextcloud/cache-jail-path-prefix | Vincent Petry | 2022-12-16 | 3 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | escape path prefix when doing cache jail search | Robin Appelman | 2022-11-02 | 3 | -7/+8 | |
* | | | | | | | | | | | | Merge pull request #35108 from nextcloud/encryption-fix-versions-all | Vincent Petry | 2022-12-16 | 2 | -14/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | allow running encryption:fix-encrypted-version for all users | Robin Appelman | 2022-11-29 | 2 | -14/+39 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #35537 from nextcloud/fix/dependency-injection-error | Vincent Petry | 2022-12-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Improve dependency injection error message | Carl Schwan | 2022-12-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #35609 from nextcloud/add-data-section-id | Vincent Petry | 2022-12-16 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add section-id and section-type data attributes to settings <li> navigation i... | Thomas Citharel | 2022-12-05 | 2 | -4/+4 | |
* | | | | | | | | | | | | | | Merge pull request #35679 from nextcloud/catch-not-found-exception-in-jscombiner | Vincent Petry | 2022-12-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |