Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20719 from owncloud/adding-system-addressbook-of-users | Thomas Müller | 2015-12-02 | 2 | -1/+30 |
|\ | |||||
| * | Fix endless recursion | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| * | Fix getCloudId | Thomas Müller | 2015-12-02 | 1 | -1/+7 |
| * | Adding unit test for User::getCloudId() | Thomas Müller | 2015-12-02 | 1 | -0/+18 |
| * | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -0/+3 |
| * | Add IUser::getAvatarImage() for easy access | Thomas Müller | 2015-12-02 | 1 | -1/+3 |
* | | Remove OC_Config from app management template | Morris Jobke | 2015-12-02 | 1 | -4/+38 |
* | | Merge pull request #20875 from owncloud/remove-changepropagator | Thomas Müller | 2015-12-02 | 2 | -198/+0 |
|\ \ | |||||
| * | | remove old propagation logic | Robin Appelman | 2015-12-01 | 2 | -198/+0 |
* | | | Merge pull request #20865 from owncloud/post-delete-meta | Thomas Müller | 2015-12-02 | 2 | -1/+4 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Add metadata to post delete hooks | Robin Appelman | 2015-12-01 | 2 | -1/+4 |
* | | | DI in avatar code | Roeland Jago Douma | 2015-12-01 | 3 | -94/+198 |
* | | | Support pretty URLs | Lukas Reschke | 2015-12-01 | 1 | -0/+20 |
| |/ |/| | |||||
* | | Add code integrity check | Lukas Reschke | 2015-12-01 | 18 | -2/+1936 |
|/ | |||||
* | Merge pull request #20650 from owncloud/systemtags-core | Thomas Müller | 2015-11-30 | 2 | -0/+740 |
|\ | |||||
| * | Fix phpstorm complains in tests | Joas Schilling | 2015-11-30 | 2 | -9/+7 |
| * | Cleanup imports and type hinting | Thomas Müller | 2015-11-30 | 2 | -11/+18 |
| * | Add phpunit group for tests | Joas Schilling | 2015-11-30 | 2 | -0/+12 |
| * | Added system tags data structure and PHP side managers | Vincent Petry | 2015-11-27 | 2 | -0/+723 |
* | | Don't break app on travis | Thomas Müller | 2015-11-30 | 1 | -0/+5 |
* | | More group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
* | | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 2 | -1/+8 |
* | | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 22 | -3/+140 |
* | | Further unit test suite tweats | Thomas Müller | 2015-11-30 | 3 | -50/+87 |
* | | Adding more test suites to group DB | Thomas Müller | 2015-11-30 | 1 | -2/+23 |
* | | Mock DIContainer to not hit the database | Thomas Müller | 2015-11-30 | 1 | -1/+3 |
* | | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 49 | -4/+271 |
* | | A TestCase which is not annotated to be in group DB will not allow access to ... | Thomas Müller | 2015-11-30 | 1 | -3/+32 |
* | | Merge pull request #20788 from owncloud/catch-missing-route | Thomas Müller | 2015-11-30 | 1 | -3/+3 |
|\ \ | |||||
| * | | fix tests | Robin Appelman | 2015-11-27 | 1 | -3/+3 |
* | | | Merge pull request #20789 from owncloud/scanner-skip-not-available | Robin Appelman | 2015-11-27 | 2 | -6/+6 |
|\ \ \ | |||||
| * | | | Skip unavailable storages in scanner | Robin Appelman | 2015-11-27 | 2 | -6/+6 |
| |/ / | |||||
* / / | Added tests. | Mitar | 2015-11-27 | 1 | -0/+20 |
|/ / | |||||
* | | Merge pull request #20602 from owncloud/fix-installed-apps | Thomas Müller | 2015-11-26 | 2 | -4/+13 |
|\ \ | |||||
| * | | fix unit tests | Morris Jobke | 2015-11-23 | 2 | -4/+13 |
* | | | Merge pull request #20702 from owncloud/move-user-principal-into-subfolder | Thomas Müller | 2015-11-26 | 1 | -1/+6 |
|\ \ \ | |||||
| * | | | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 1 | -1/+6 |
* | | | | Merge pull request #20393 from owncloud/querybuilder-select-with-alias | Thomas Müller | 2015-11-26 | 1 | -34/+116 |
|\ \ \ \ | |||||
| * | | | | Add a method to select a field or value with alias | Joas Schilling | 2015-11-23 | 1 | -34/+116 |
* | | | | | Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanup | Thomas Müller | 2015-11-26 | 1 | -23/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Remove last occurences of OC_Helper::getMimeType() | Morris Jobke | 2015-11-26 | 1 | -23/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 1 | -30/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 1 | -30/+11 |
* | | | | | | Remove unused internal methods | Morris Jobke | 2015-11-26 | 1 | -12/+0 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #20691 from owncloud/share2.0_di_fixes | Thomas Müller | 2015-11-25 | 2 | -255/+108 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | [Sharing 2.0] Default share provider only generic DI | Roeland Jago Douma | 2015-11-24 | 1 | -141/+105 |
| * | | | | [Sharing 2.0] Removed unused DI stuff | Roeland Jago Douma | 2015-11-24 | 1 | -114/+3 |
* | | | | | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 3 | -38/+43 |
|\ \ \ \ \ | |||||
| * | | | | | update tests | Robin Appelman | 2015-11-19 | 2 | -38/+10 |
| * | | | | | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -0/+33 |
| | |_|/ / | |/| | | |