| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix resource usages in OC_Image | Côme Chilliet | 2021-11-02 | 1 | -1/+1 |
* | Default message for ShareNotFound exception | John Molakvoæ (skjnldsv) | 2021-10-13 | 1 | -0/+14 |
* | Keep group restrictions when reenabling apps after an update | Joas Schilling | 2021-10-13 | 1 | -6/+0 |
* | generate a better optimized query for path prefix search filters | Robin Appelman | 2021-10-07 | 2 | -0/+20 |
* | Allow casting query functions as well | Joas Schilling | 2021-09-24 | 1 | -2/+2 |
* | Use IRoomMetadata as source of truth for supported room types | Richard Steinmetz | 2021-09-21 | 1 | -1/+1 |
* | enable the user to set a primary (notification) email address (backend) | Arthur Schiwon | 2021-09-10 | 2 | -1/+64 |
* | Confirm mails only per POST | Arthur Schiwon | 2021-09-10 | 1 | -0/+7 |
* | add a job to clean up expired verification tokens | Arthur Schiwon | 2021-09-10 | 1 | -1/+1 |
* | fix parameter type hint in phpdoc | Arthur Schiwon | 2021-09-10 | 1 | -1/+1 |
* | implement verification for additional mails | Arthur Schiwon | 2021-09-10 | 2 | -0/+29 |
* | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-10 | 2 | -0/+129 |
* | use case insensitive like when limiting search to jail | Robin Appelman | 2021-08-24 | 1 | -0/+1 |
* | Use IURLGenerator function to get value of `\OC::$WEBROOT` global | Jonas Meurer | 2021-08-16 | 1 | -0/+6 |
* | adjust internal data handling logic to fix store and load | Arthur Schiwon | 2021-06-30 | 1 | -1/+2 |
* | prov api to be able to edit multivalue properties | Arthur Schiwon | 2021-06-30 | 1 | -0/+8 |
* | Merge pull request #27635 from nextcloud/fix/datetime-constants | Pytal | 2021-06-23 | 1 | -2/+2 |
|\ |
|
| * | Move DateTime::RFC2822 to DateTimeInterface::2822 | Christoph Wurst | 2021-06-23 | 1 | -2/+2 |
* | | Add security.txt | Lukas Reschke | 2021-06-23 | 1 | -0/+62 |
|/ |
|
* | Phase out the controller reflector | Christoph Wurst | 2021-06-17 | 1 | -0/+6 |
* | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 1 | -0/+9 |
* | Merge pull request #27515 from nextcloud/enh/noid/read-multi-value-user-attri... | Christoph Wurst | 2021-06-16 | 1 | -3/+9 |
|\ |
|
| * | Add method to read multi-value attributes from ldap. | Daniel Kesselberg | 2021-06-16 | 1 | -3/+9 |
* | | Add dedicated product name to OCP\Defaults | Julius Härtl | 2021-06-16 | 1 | -1/+11 |
* | | Merge pull request #26430 from nextcloud/enh/dashboard-api | Julius Härtl | 2021-06-16 | 2 | -0/+190 |
|\ \ |
|
| * | | implement dashboard API for clients, new WidgetItem class, new IAPIWidget int... | Julien Veyssier | 2021-06-15 | 2 | -0/+190 |
| |/ |
|
* | | use searchoperation for storage filter instead of db expression | Robin Appelman | 2021-06-14 | 1 | -6/+4 |
* | | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 1 | -0/+29 |
|/ |
|
* | Correctly check the reception of a remote feedback | Louis Chemineau | 2021-06-09 | 1 | -1/+1 |
* | Merge pull request #27189 from nextcloud/feat/26866/account-collection-proper... | blizzz | 2021-06-08 | 3 | -3/+125 |
|\ |
|
| * | allow interacting with IAccountPropertyCollections | Arthur Schiwon | 2021-06-03 | 2 | -2/+42 |
| * | add IAccountPropertyCollection with implementation | Arthur Schiwon | 2021-06-03 | 1 | -0/+77 |
| * | extend AccountManager API with collection const | Arthur Schiwon | 2021-06-03 | 1 | -1/+6 |
* | | Merge pull request #26494 from rigrig/fix-php8-deprecations | Morris Jobke | 2021-06-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix a usort comparison function returning a boolean instead of an integer | Richard de Boer | 2021-05-29 | 1 | -1/+1 |
* | | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 571 | -1314/+480 |
| |/
|/| |
|
* | | Escape filename in Content-Disposition | Lukas Reschke | 2021-06-02 | 1 | -6/+2 |
|/ |
|
* | Merge pull request #27117 from nextcloud/fix/add-exception-doc-to-qbmapper | kesselb | 2021-05-26 | 1 | -7/+17 |
|\ |
|
| * | Add DB exception throws tag to QBMapper PHPDoc | Anna Larch | 2021-05-26 | 1 | -7/+17 |
* | | Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou... | blizzz | 2021-05-25 | 2 | -2/+17 |
|\ \ |
|
| * | | do not use private AccountManager in UsersController | Arthur Schiwon | 2021-05-25 | 2 | -2/+17 |
* | | | executeUpdate is also deprecated | Lukas Reschke | 2021-05-25 | 1 | -1/+1 |
* | | | Merge pull request #26600 from hosting-de/feature/occ-tags | Morris Jobke | 2021-05-25 | 1 | -0/+30 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 1 | -0/+30 |
* | | | Merge pull request #26727 from nextcloud/group-exclude-link-share | Morris Jobke | 2021-05-21 | 1 | -0/+48 |
|\ \ \ |
|
| * | | | update public interface with new methods | Robin Appelman | 2021-05-12 | 1 | -0/+48 |
* | | | | Merge pull request #25679 from nextcloud/drop/ocp-user | Morris Jobke | 2021-05-21 | 1 | -85/+0 |
|\ \ \ \ |
|
| * | | | | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 1 | -85/+0 |
* | | | | | Merge pull request #27032 from nextcloud/bugfix/noid/log-rotation-error | blizzz | 2021-05-21 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | typo | dartcafe | 2021-05-19 | 1 | -1/+1 |