Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #38754 from nextcloud/release/25.0.8_rc1v25.0.8rc1 | Arthur Schiwon | 2023-06-15 | 1 | -2/+2 |
|\ | |||||
| * | 25.0.8 RC1 | Arthur Schiwon | 2023-06-12 | 1 | -2/+2 |
* | | Merge pull request #38022 from nextcloud/backport/32877/stable25 | Arthur Schiwon | 2023-06-15 | 7 | -18/+84 |
|\ \ | |||||
| * | | ci: undo version.php change to avoid conflict in release PR | Arthur Schiwon | 2023-06-15 | 1 | -1/+1 |
| * | | add new index in repair step instead of on-migrate | Robin Appelman | 2023-05-31 | 3 | -1/+12 |
| * | | allow storing multiple mounts for the same rootid in the mount cache | Robin Appelman | 2023-05-31 | 6 | -19/+74 |
* | | | Merge pull request #38760 from nextcloud/seekable-http-size-25 | Arthur Schiwon | 2023-06-15 | 1 | -1/+7 |
|\ \ \ | |||||
| * | | | set stream size for SeekableHttpStream | Robin Appelman | 2023-06-12 | 1 | -1/+7 |
* | | | | Merge pull request #37231 from nextcloud/backport/36033/stable25 | Arthur Schiwon | 2023-06-15 | 8 | -9/+178 |
|\ \ \ \ | |||||
| * | | | | Adjust @since annotation | Arthur Schiwon | 2023-06-15 | 1 | -2/+2 |
| * | | | | expect invalidateTokensOfUser only be called for seen users | Artur Neumann | 2023-06-15 | 1 | -1/+4 |
| * | | | | invalidate oauth2 tokens only for seen users | Artur Neumann | 2023-06-15 | 1 | -1/+1 |
| * | | | | move mocks into private variables | Artur Neumann | 2023-06-15 | 1 | -2/+8 |
| * | | | | autoloaderchecker | Artur Neumann | 2023-06-15 | 2 | -0/+2 |
| * | | | | added @since tag | Artur Neumann | 2023-06-15 | 1 | -0/+4 |
| * | | | | unit tests for Manager::invalidateTokensOfUser | Artur Neumann | 2023-06-15 | 1 | -0/+44 |
| * | | | | adjust SettingsController tests | Artur Neumann | 2023-06-15 | 1 | -15/+5 |
| * | | | | public interface to invalidate tokens of user | Artur Neumann | 2023-06-15 | 4 | -12/+52 |
| * | | | | invalidate existing tokens when deleting an oauth client | Artur Neumann | 2023-06-15 | 2 | -6/+86 |
|/ / / / | |||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-15 | 20 | -194/+194 |
* | | | | Merge pull request #38676 from nextcloud/backport/38648/stable25 | Arthur Schiwon | 2023-06-14 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | fix(caldav): Cast calendar objects id to int when building index | Christoph Wurst | 2023-06-06 | 1 | -1/+1 |
* | | | | | Merge pull request #38683 from nextcloud/backport/37802/stable25 | Arthur Schiwon | 2023-06-14 | 3 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Compile js files | Marcel Klehr | 2023-06-12 | 2 | -3/+3 |
| * | | | | | fix(files_sharing): Don't show copy action when !canDownload and no update pe... | Marcel Klehr | 2023-06-12 | 1 | -1/+1 |
* | | | | | | Merge pull request #38709 from nextcloud/backport/38398/stable25 | Arthur Schiwon | 2023-06-14 | 13 | -45/+212 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add test that inserts a long oauth client secret | Julien Veyssier | 2023-06-14 | 1 | -0/+10 |
| * | | | | | | encrypt oauth2 client secrets | Julien Veyssier | 2023-06-14 | 12 | -45/+202 |
* | | | | | | | Merge pull request #38820 from nextcloud/backport/38811/stable25 | Simon L | 2023-06-14 | 1 | -3/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | make sure to show download button only one time | Simon L | 2023-06-14 | 1 | -3/+2 |
|/ / / / / / | |||||
* | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-14 | 40 | -382/+558 |
* | | | | | | Merge pull request #37813 from nextcloud/backport/stable25-fix-event-moving | Arthur Schiwon | 2023-06-13 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix event move issue | Maximilian Martin | 2023-06-12 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #38253 from nextcloud/backport/37865/stable25 | Arthur Schiwon | 2023-06-13 | 6 | -131/+333 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix php7.4 syntax | Robin Appelman | 2023-05-25 | 1 | -1/+1 |
| * | | | | | | add option to list all files instead of limiting | Robin Appelman | 2023-05-25 | 5 | -19/+27 |
| * | | | | | | add command to summarize space usage | Robin Appelman | 2023-05-25 | 4 | -129/+323 |
* | | | | | | | Merge pull request #38359 from nextcloud/backport/38294/stable25 | Arthur Schiwon | 2023-06-13 | 6 | -7/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use aria-expanded correctly on toggle user actions | fenn-cs | 2023-05-22 | 6 | -7/+10 |
* | | | | | | | | Merge pull request #38738 from nextcloud/automated/noid/stable25-fix-npm-audit | Arthur Schiwon | 2023-06-13 | 3 | -97/+129 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | chore(deps): fix npm audit | nextcloud-command | 2023-06-12 | 3 | -97/+129 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-13 | 172 | -462/+502 |
* | | | | | | | | Merge pull request #38582 from nextcloud/backport/38206/stable25 | Simon L | 2023-06-12 | 2 | -10/+10 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | Adapt encryption test to change in generateHeader | Côme Chilliet | 2023-06-01 | 1 | -1/+1 |
| * | | | | | | | Increase from 100000 to 600000 iterations for hash_pbkdf2 | Côme Chilliet | 2023-06-01 | 1 | -9/+9 |
* | | | | | | | | Merge pull request #38433 from nextcloud/fix/theming-invert-25 | Simon L | 2023-06-12 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fix(theming): fix header primary invert if background disabled | John Molakvoæ | 2023-05-24 | 1 | -1/+4 |
* | | | | | | | | | Merge pull request #38408 from nextcloud/backport/38291/stable25 | Simon L | 2023-06-12 | 3 | -6/+6 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fix loading custom logo image | Robin Appelman | 2023-05-23 | 3 | -6/+6 |
* | | | | | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-06-12 | 30 | -342/+350 |