| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #507 from nextcloud/run-le-script | Morris Jobke | 2016-07-21 | 223 | -374/+602 |
|\ |
|
| * | Update with robin | Joas Schilling | 2016-07-21 | 69 | -69/+69 |
| * | Fix others | Joas Schilling | 2016-07-21 | 223 | -306/+534 |
* | | AppFramework do not get default response | Roeland Jago Douma | 2016-07-20 | 2 | -3/+18 |
|/ |
|
* | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 2 | -0/+23 |
|\ |
|
| * | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 2 | -0/+23 |
* | | Deprecate \OCP\API | Roeland Jago Douma | 2016-07-20 | 1 | -0/+2 |
* | | Add OCSMiddleware to catch OCS exceptions | Roeland Jago Douma | 2016-07-20 | 4 | -0/+165 |
|/ |
|
* | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 3 | -0/+67 |
|\ |
|
| * | fix since | Robin Appelman | 2016-07-15 | 1 | -0/+4 |
| * | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -0/+47 |
| * | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 2 | -0/+16 |
* | | Merge pull request #436 from nextcloud/public-regex-to-match-our-clients | Morris Jobke | 2016-07-19 | 1 | -0/+14 |
|\ \ |
|
| * | | Copy the regexes to the public interface | Joas Schilling | 2016-07-18 | 1 | -0/+14 |
| |/ |
|
* | | Merge pull request #394 from nextcloud/tags-for-everything | Morris Jobke | 2016-07-19 | 1 | -0/+76 |
|\ \ |
|
| * | | Update since version | Joas Schilling | 2016-07-18 | 1 | -5/+5 |
| * | | Allow apps to register SystemTags plugins | Joas Schilling | 2016-07-18 | 1 | -0/+76 |
| |/ |
|
* / | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
|/ |
|
* | Fix case with no user | Roeland Jago Douma | 2016-06-14 | 1 | -1/+6 |
* | Optimize isSharingDisabledForuser | Roeland Jago Douma | 2016-06-14 | 1 | -5/+9 |
* | Merge pull request #24863 from owncloud/propagator-batching | Vincent Petry | 2016-06-10 | 1 | -0/+19 |
|\ |
|
| * | add propagator batching | Robin Appelman | 2016-06-02 | 1 | -0/+19 |
* | | Implement classification migration as repair step | Thomas Müller | 2016-06-09 | 1 | -1/+2 |
* | | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 2 | -2/+3 |
|/ |
|
* | Update license headers | Lukas Reschke | 2016-05-26 | 73 | -79/+92 |
* | Move public search namespace to PSR-4 | Joas Schilling | 2016-05-24 | 3 | -0/+0 |
* | Merge pull request #24750 from owncloud/lenz1111-share_download_range_request... | Vincent Petry | 2016-05-23 | 1 | -0/+35 |
|\ |
|
| * | Code style and doc fix | Piotr Filiciak | 2016-05-23 | 1 | -0/+1 |
| * | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -0/+34 |
* | | Merge pull request #24559 from owncloud/2fa | Vincent Petry | 2016-05-23 | 1 | -0/+93 |
|\ \ |
|
| * | | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 1 | -0/+93 |
* | | | Only recurse into incomplete folders during background scans | Robin Appelman | 2016-05-23 | 1 | -0/+1 |
|/ / |
|
* | | Move EntityEvent to PSR-4 | Joas Schilling | 2016-05-23 | 1 | -0/+0 |
* | | Make the root collection neutral so it does not only work for files | Joas Schilling | 2016-05-23 | 1 | -0/+76 |
* | | Merge pull request #24732 from owncloud/autoloader_fix | Vincent Petry | 2016-05-21 | 1 | -0/+0 |
|\ \ |
|
| * | | Move Template to PSR-4 | Roeland Jago Douma | 2016-05-20 | 1 | -0/+0 |
| |/ |
|
* | | Merge pull request #24696 from owncloud/lock-jobs-while-executing | Vincent Petry | 2016-05-21 | 2 | -0/+30 |
|\ \ |
|
| * | | Lock jobs while executing them, to allow multiple executors to run in parallel | Joas Schilling | 2016-05-21 | 1 | -0/+11 |
| * | | Add a method to lock a table | Joas Schilling | 2016-05-21 | 1 | -0/+19 |
| |/ |
|
* | | Some tweaks for systemtagmanager | Vincent Petry | 2016-05-20 | 2 | -63/+1 |
* | | Add systemtag_group table and get/set methods | Vincent Petry | 2016-05-20 | 1 | -0/+20 |
* | | Updated canUser* functions in SystemTagManager to accept objects | Vincent Petry | 2016-05-20 | 1 | -14/+9 |
* | | Add interface methods for permission check | Vincent Petry | 2016-05-20 | 2 | -0/+95 |
|/ |
|
* | Merge pull request #24721 from owncloud/public_psr4 | Vincent Petry | 2016-05-19 | 60 | -0/+0 |
|\ |
|
| * | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 60 | -0/+0 |
* | | Merge pull request #24722 from owncloud/notification_psr4 | Vincent Petry | 2016-05-19 | 5 | -0/+0 |
|\ \ |
|
| * | | Move \OCP\Notification to PSR-4 | Roeland Jago Douma | 2016-05-18 | 5 | -0/+0 |
| |/ |
|
* | | Merge pull request #24724 from owncloud/mail_psr4 | Vincent Petry | 2016-05-19 | 1 | -0/+0 |
|\ \ |
|
| * | | Move \OCP\Mail to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -0/+0 |
| |/ |
|
* | | Merge pull request #24723 from owncloud/migration_psr4 | Vincent Petry | 2016-05-19 | 2 | -0/+0 |
|\ \ |
|