| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #28256 from nextcloud/enh/21045/stable22-quota-restrictions | Pytal | 2021-08-23 | 1 | -0/+65 |
|\ |
|
| * | refs #21045 add app config to disable unlimited quota and to set max quota | Christopher Ng | 2021-08-20 | 1 | -0/+65 |
* | | Use IURLGenerator function to get value of `\OC::$WEBROOT` global | Jonas Meurer | 2021-08-16 | 1 | -0/+6 |
|/ |
|
* | fix Folder->getById() when a single storage is mounted multiple times | Robin Appelman | 2021-08-09 | 1 | -68/+30 |
* | add test for searching within a "root jail" | Robin Appelman | 2021-07-29 | 1 | -0/+18 |
* | Admin Audit - Sharing: createShare - report the full path | szaimen | 2021-07-26 | 1 | -0/+1 |
* | Let memory limit set in tests fit the used amount | Julius Härtl | 2021-07-22 | 1 | -4/+3 |
* | Use minio for s3 tests | Julius Härtl | 2021-07-05 | 2 | -4/+10 |
* | Run s3 tests again | Julius Härtl | 2021-07-05 | 1 | -6/+1 |
* | adjust internal data handling logic to fix store and load | Arthur Schiwon | 2021-06-30 | 1 | -146/+109 |
* | adjust email verification checker | Arthur Schiwon | 2021-06-30 | 1 | -4/+1 |
* | adjust verification state updater method | Arthur Schiwon | 2021-06-30 | 1 | -10/+5 |
* | make AccountManager actually write multi value properties | Arthur Schiwon | 2021-06-30 | 1 | -163/+106 |
* | accounts event handler to use eventdispatcher, DI and Accounts API | Arthur Schiwon | 2021-06-30 | 1 | -42/+42 |
* | prov api reports additional emails on getUser | Arthur Schiwon | 2021-06-30 | 1 | -0/+1 |
* | Fix branch selection in stable22 | Joas Schilling | 2021-06-24 | 1 | -1/+1 |
* | Merge pull request #27635 from nextcloud/fix/datetime-constants | Pytal | 2021-06-23 | 1 | -5/+5 |
|\ |
|
| * | Move DateTime::RFC2822 to DateTimeInterface::2822 | Christoph Wurst | 2021-06-23 | 1 | -3/+3 |
| * | Move DateTime::ATOM to DateTimeInterface::ATOM | Christoph Wurst | 2021-06-23 | 1 | -2/+2 |
* | | Merge pull request #26346 from J0WI/clean-auth-regex | blizzz | 2021-06-23 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | Cleaner removePassword regex | J0WI | 2021-03-27 | 1 | -3/+7 |
* | | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 1 | -10/+20 |
* | | Merge pull request #26571 from nextcloud/bugfix/noid/existing-link-no-reshare | blizzz | 2021-06-16 | 1 | -4/+16 |
|\ \ |
|
| * | | Handle single action unshare | Julius Härtl | 2021-06-09 | 1 | -4/+16 |
* | | | split of query building bits from searchhelper | Robin Appelman | 2021-06-14 | 1 | -20/+9 |
* | | | update tests and fix some edge cases around new search | Robin Appelman | 2021-06-14 | 1 | -77/+69 |
* | | | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 2 | -3/+17 |
|/ / |
|
* | | Merge pull request #27414 from francoisfreitag/test-at-2 | kesselb | 2021-06-08 | 1 | -36/+76 |
|\ \ |
|
| * | | Rewrite LegacyHelperTest without $this->at() | François Freitag | 2021-06-07 | 1 | -36/+76 |
* | | | Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm... | Christoph Wurst | 2021-06-08 | 1 | -1/+39 |
|\ \ \ |
|
| * | | | Set local domain for swiftmailer transport | Daniel Kesselberg | 2021-05-31 | 1 | -1/+39 |
* | | | | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper... | blizzz | 2021-06-08 | 3 | -19/+404 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | CI: more flexible assertions | Arthur Schiwon | 2021-06-07 | 1 | -1/+6 |
| * | | | allow interacting with IAccountPropertyCollections | Arthur Schiwon | 2021-06-03 | 1 | -3/+24 |
| * | | | add IAccountPropertyCollection with implementation | Arthur Schiwon | 2021-06-03 | 1 | -0/+209 |
| * | | | update unit tests | Arthur Schiwon | 2021-06-03 | 1 | -16/+166 |
* | | | | Merge pull request #27374 from nextcloud/bugfix/noid/adjust-unit-tests | Morris Jobke | 2021-06-07 | 5 | -12/+12 |
|\ \ \ \ |
|
| * | | | | Fix warnings about logException | Joas Schilling | 2021-06-04 | 5 | -12/+12 |
| |/ / / |
|
* / / / | Port dav calendar settings page to Vue.js | François Freitag | 2021-06-05 | 1 | -0/+23 |
|/ / / |
|
* | | | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -11/+25 |
* | | | Merge pull request #26792 from nextcloud/user-delete-cleanup-files | John Molakvoæ | 2021-06-02 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | better cleanup of user files on user deletion | Robin Appelman | 2021-04-27 | 1 | -0/+3 |
* | | | | Merge pull request #25658 from nextcloud/dav-respect-disallow-sharing-with-gr... | Christoph Wurst | 2021-06-01 | 1 | -45/+60 |
|\ \ \ \ |
|
| * | | | | Make dav respect disallowing sharing with groups | Thomas Citharel | 2021-05-26 | 1 | -45/+60 |
| | |/ /
| |/| | |
|
* / | | | Rewrite requesttoken.spec.js with Jest | François Freitag | 2021-05-30 | 1 | -0/+26 |
|/ / / |
|
* | | | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou... | blizzz | 2021-05-25 | 3 | -18/+40 |
|\ \ \ |
|
| * | | | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 3 | -18/+40 |
* | | | | Merge pull request #26600 from hosting-de/feature/occ-tags | Morris Jobke | 2021-05-25 | 4 | -0/+552 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 4 | -0/+552 |
* | | | | Merge pull request #26727 from nextcloud/group-exclude-link-share | Morris Jobke | 2021-05-21 | 2 | -59/+23 |
|\ \ \ \ |
|