Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-03-30 | 2 | -20/+20 |
* | Add label for logo link | Christopher Ng | 2023-03-29 | 4 | -18/+41 |
* | Merge pull request #36667 from nextcloud/fix/ocm-validation-errors | Kate | 2023-03-29 | 1 | -2/+5 |
|\ | |||||
| * | Fix OCM validation errors | jld3103 | 2023-02-10 | 1 | -2/+5 |
* | | Merge pull request #37198 from nextcloud/bugfix/noid/reference-image-log | Joas Schilling | 2023-03-27 | 1 | -0/+3 |
|\ \ | |||||
| * | | fix(references): Do not log errors on 404 responses of opengraph image fetching | Julius H盲rtl | 2023-03-13 | 1 | -0/+3 |
* | | | Merge pull request #36810 from nextcloud/setup-user-onetime-before-mounts | Robin Appelman | 2023-03-24 | 1 | -9/+7 |
|\ \ \ | |||||
| * | | | do onetime user setup before getting any mount from providers | Robin Appelman | 2023-02-22 | 1 | -9/+7 |
* | | | | Merge pull request #37234 from cob2p/bugfix/typo | Simon L | 2023-03-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix the typo in comments | CRA Yoshihito Nakatani | 2023-03-15 | 1 | -1/+1 |
* | | | | | Merge pull request #36636 from nextcloud/fix/oc-image-getimagesize | Simon L | 2023-03-23 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | fix OC_Image: Prevent E_WARNING from getimagesize* | Marcel Klehr | 2023-03-16 | 1 | -2/+2 |
* | | | | | | Fix RedisCluster | Git'Fellow | 2023-03-22 | 1 | -1/+1 |
* | | | | | | Move from DEL to UNLINK | Git'Fellow | 2023-03-22 | 1 | -3/+3 |
* | | | | | | Merge pull request #36665 from nextcloud/fix/36539 | Julien Veyssier | 2023-03-22 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Always set displayname and display-name for user data | jld3103 | 2023-02-10 | 1 | -0/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #37334 from nextcloud/bugfix/noid/mark-recording-servers-a... | Joas Schilling | 2023-03-22 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix(security): Mark recording_servers key appconfig as private as it contains... | Joas Schilling | 2023-03-22 | 1 | -0/+1 |
* | | | | | | | Merge pull request #36057 from nextcloud/feat/esm-js-scripts | Julius H盲rtl | 2023-03-22 | 2 | -40/+69 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | fix(OC/Template): Allow `.mjs` files within custom app paths | Ferdinand Thiessen | 2023-02-22 | 1 | -29/+21 |
| * | | | | | | feat(OC/Template): Add `type="module"` for ES6 scripts | Ferdinand Thiessen | 2023-02-22 | 1 | -5/+11 |
| * | | | | | | feat(template): Allow `JSResourceLocator` to find ES6 scripts | Ferdinand Thiessen | 2023-02-22 | 1 | -17/+28 |
| * | | | | | | fix(OC/Template): Remove usage of deprecated functions in `JSResourceLocator` | Ferdinand Thiessen | 2023-02-22 | 1 | -5/+25 |
* | | | | | | | Merge pull request #37305 from nextcloud/fix/security/log-failing-strict-cook... | Julius H盲rtl | 2023-03-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | fix(security): Log failing strict cookie check | Christoph Wurst | 2023-03-20 | 1 | -0/+1 |
* | | | | | | | | Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_... | C么me Chilliet | 2023-03-21 | 1 | -1/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Dispatch event for all remove entry | Louis Chemineau | 2023-01-31 | 1 | -1/+19 |
* | | | | | | | | | Merge pull request #37306 from nextcloud/bugfix/37277/caldav-sync | Arthur Schiwon | 2023-03-21 | 1 | -7/+11 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fix(session): Fix DAVx5 sync problems by partial reverting session changes | Joas Schilling | 2023-03-20 | 1 | -7/+11 |
* | | | | | | | | | Small cleanups for AppManager | C么me Chilliet | 2023-03-20 | 3 | -3/+6 |
* | | | | | | | | | Move loadApps to the AppManager | C么me Chilliet | 2023-03-20 | 3 | -32/+66 |
* | | | | | | | | | Move isType to AppManager | C么me Chilliet | 2023-03-20 | 3 | -28/+46 |
* | | | | | | | | | Avoid calling Server::get more times than necessary in loadApp | C么me Chilliet | 2023-03-20 | 1 | -29/+45 |
* | | | | | | | | | Strong type private properties and methods in AppManager | C么me Chilliet | 2023-03-20 | 1 | -43/+17 |
* | | | | | | | | | Switch away from Server::get for AppManager and logger in loadApp | C么me Chilliet | 2023-03-20 | 1 | -8/+8 |
* | | | | | | | | | Move loadApp function to the AppManager | C么me Chilliet | 2023-03-20 | 3 | -129/+158 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #36928 from nextcloud/techdebt/noid/bruteforce-protection-... | Joas Schilling | 2023-03-16 | 6 | -17/+109 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Add a debug message when throttling without defining | Joas Schilling | 2023-03-08 | 2 | -11/+11 |
| * | | | | | | | | feat(middleware): Migrate BruteForceProtection annotation to PHP Attribute an... | Joas Schilling | 2023-03-08 | 5 | -6/+98 |
* | | | | | | | | | perf(autoloader): Drop legacy class autoloader | Christoph Wurst | 2023-03-16 | 1 | -2/+0 |
| |_|_|_|/ / / / |/| | | | | | | | |||||
* | | | | | | | | Fix(l10n): 馃敔 Update translations from Transifex | Nextcloud bot | 2023-03-16 | 6 | -6/+10 |
* | | | | | | | | Reduce list | Joas Schilling | 2023-03-15 | 1 | -1/+1 |
* | | | | | | | | Extend list | Joas Schilling | 2023-03-15 | 1 | -0/+5 |
* | | | | | | | | Merge pull request #35561 from nextcloud/create-user-transaction | Julius H盲rtl | 2023-03-15 | 1 | -11/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Create the database user in a transaction | Thomas Citharel | 2023-03-15 | 1 | -11/+18 |
* | | | | | | | | | Merge pull request #37227 from nextcloud/h1-dav-brute-force-protection | Arthur Schiwon | 2023-03-15 | 1 | -10/+16 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | chore: use local variable for remote address | Daniel Kesselberg | 2023-03-10 | 1 | -10/+16 |
* | | | | | | | | | Merge pull request #36033 from nextcloud/invalidateTokensWhenDeletingOAuthCli... | C么me Chilliet | 2023-03-15 | 5 | -1/+56 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | autoloaderchecker | Artur Neumann | 2023-03-14 | 2 | -0/+2 |
| * | | | | | | | | added @since tag | Artur Neumann | 2023-03-14 | 1 | -0/+4 |