Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add profile default setting for admin | Christopher Ng | 2022-03-18 | 1 | -0/+6 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add global profile toggle config | Christopher Ng | 2022-03-18 | 1 | -5/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add method to set all account properties from json | Christopher Ng | 2022-03-17 | 1 | -0/+25 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Discard duplicate collection name from account serialization | Christopher Ng | 2022-03-17 | 1 | -1/+15 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #31513 from nextcloud/techdebt/noid/enforce-primary-keys | Joas Schilling | 2022-03-15 | 1 | -1/+43 |
|\ | | | | | Enforce primary keys as they are required to be performant in MySQL c… | ||||
| * | Add a test for primary keys | Joas Schilling | 2022-03-10 | 1 | -1/+43 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Overwrite the channel | Joas Schilling | 2022-03-10 | 1 | -9/+15 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to set a strict-dynamic CSP through the API | Julius Härtl | 2022-03-09 | 2 | -0/+19 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | type fixes | Robin Appelman | 2022-03-04 | 1 | -4/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | simplify setup of circular SetupManager<->Manager | Robin Appelman | 2022-03-04 | 1 | -6/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | move logic to decide what to setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 18 | -86/+179 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 2 | -0/+153 |
|\ | | | | | move root mount setup to mountproviders | ||||
| * | skip localstorage dependend user test when not using local user storage | Robin Appelman | 2022-02-25 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | move root mount setup to mountproviders | Robin Appelman | 2022-02-24 | 1 | -0/+141 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #31387 from nextcloud/fix/common-main-core-script-order | John Molakvoæ | 2022-03-04 | 1 | -9/+30 |
|\ \ | |||||
| * | | Make sure common and main core scripts are loaded first | John Molakvoæ | 2022-03-04 | 1 | -9/+30 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | | Fix tests | Julius Härtl | 2022-02-28 | 2 | -9/+29 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add event logging to app loading | Julius Härtl | 2022-02-28 | 1 | -0/+6 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 1 | -0/+4 |
| | | | | | | this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add Transactional trait for atomic DB operations | Christoph Wurst | 2022-02-17 | 1 | -0/+98 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add test | Christopher Ng | 2022-02-11 | 1 | -0/+27 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix fs cache test user setup | Robin Appelman | 2022-02-09 | 1 | -13/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #31007 from ↵ | Christoph Wurst | 2022-02-09 | 2 | -76/+126 |
|\ | | | | | | | | | nextcloud/enhancement/bootstrap-calendar-resource-room-backend-registration Move calendar resource/room backend registration to IBootstrap | ||||
| * | Move calendar resource/room backend registration to IBootstrap | Christoph Wurst | 2022-02-07 | 2 | -76/+126 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Allow apps to specify if their background job can be delayed | Joas Schilling | 2022-02-07 | 1 | -1/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #30354 from nextcloud/enhancement/talk-api | Joas Schilling | 2022-02-04 | 2 | -0/+188 |
|\ | | | | | Add a Talk API for OCP | ||||
| * | Add a Talk API for OCP | Christoph Wurst | 2022-02-04 | 2 | -0/+188 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #30888 from nextcloud/comments-interface | Joas Schilling | 2022-02-04 | 1 | -0/+17 |
|\ \ | |/ |/| | Update ICommentsManager with reaction methods | ||||
| * | Update ICommentsManager with reaction methods | Vitor Mattos | 2022-02-03 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix psalm errors Reorder methods and remove return null Use best pattern on docblock Goals: update https://github.com/ChristophWurst/nextcloud_composer/ with reaction methods. The script https://github.com/ChristophWurst/nextcloud_composer/blob/master/build.sh only get lib/public classes Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | send request id in response header | Robin Appelman | 2022-02-01 | 3 | -1/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #30794 from ↵ | Joas Schilling | 2022-01-28 | 1 | -0/+12 |
|\ | | | | | | | | | nextcloud/techdebt/noid/allow-to-get-comments-with-verb Allow to get comments with a given set of verbs | ||||
| * | Fix fake manager | Joas Schilling | 2022-01-21 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Refactor and fixes on tests | Vitor Mattos | 2022-01-21 | 1 | -124/+135 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Fix check after change from string to mb_string | Vitor Mattos | 2022-01-21 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Limit the summary and sort it afterwards | Joas Schilling | 2022-01-21 | 1 | -4/+29 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Order the reaction summary, improvements on validations | Vitor Mattos | 2022-01-21 | 1 | -0/+84 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Disable reactions if database don't support utf8mb4 | Vitor Mattos | 2022-01-21 | 1 | -4/+1 |
| | | | | | | | | | | | | Fix column size Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Skip if dont support 4 bytes UTF8 | Vitor Mattos | 2022-01-21 | 1 | -0/+13 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Fix column size to work with Oracle. Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -2/+9 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Add unit tests | Vitor Mattos | 2022-01-21 | 1 | -4/+261 |
| | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -1/+8 |
|/ | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 18 | -126/+119 |
|\ | | | | | Fix psalm not running | ||||
| * | Check style update | Carl Schwan | 2022-01-13 | 18 | -126/+119 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Merge pull request #30600 from nextcloud/fix/30595/idn-email-share | Carl Schwan | 2022-01-13 | 1 | -8/+50 |
|\ \ | | | | | | | Fix idn emails not working in shares | ||||
| * | | Add check before sending email that email address is valid | Carl Schwan | 2022-01-11 | 1 | -8/+50 |
| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | | Merge pull request #30588 from nextcloud/bugfix/noid/fix-unset-scopes | Pytal | 2022-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix test | Joas Schilling | 2022-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #30291 from nextcloud/image-memory-limit | Joas Schilling | 2022-01-11 | 1 | -0/+17 |
|\ \ \ | | | | | | | | | Prevent loading images that would require too much memory. | ||||
| * | | | Prevent loading images that would require too much memory. | Joachim Bauch | 2022-01-11 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For most image formats, the header specifies the width/height. PHP allocates an image object from that size, even if the actual image data is much smaller. This image object size is not limited by the limit configured in PHP. The memory limit can be configured through "config.php" setting "preview_max_memory" and defaults to 128 MBytes which should be enough for most images without filling up all memory. Signed-off-by: Joachim Bauch <bauch@struktur.de> |