Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolder | Thomas Müller | 2015-11-26 | 12 | -101/+123 |
|\ | | | | | Users are available under it's own principal resource named 'principa… | ||||
| * | Fix principal collection for CavDAVTester | Thomas Müller | 2015-11-26 | 2 | -3/+3 |
| | | |||||
| * | Introduce \OCP\IUser::getEMailAddress() | Thomas Müller | 2015-11-25 | 5 | -40/+45 |
| | | |||||
| * | Users are available under it's own principal resource named ↵ | Thomas Müller | 2015-11-25 | 8 | -65/+82 |
| | | | | | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation) | ||||
* | | Merge pull request #20752 from owncloud/assetic-1.3.2 | Thomas Müller | 2015-11-26 | 1 | -0/+0 |
|\ \ | | | | | | | [3rdparty] Bump assetic to 1.3.2 | ||||
| * | | [3rdparty] Bump assetic to 1.3.2 | Roeland Jago Douma | 2015-11-26 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #20393 from owncloud/querybuilder-select-with-alias | Thomas Müller | 2015-11-26 | 3 | -34/+158 |
|\ \ \ | |/ / |/| | | Add a method to select a field or value with alias | ||||
| * | | Add a method to select a field or value with alias | Joas Schilling | 2015-11-23 | 3 | -34/+158 |
| | | | |||||
* | | | Merge pull request #20742 from owncloud/symfony_routing-2.7.7 | Thomas Müller | 2015-11-26 | 1 | -0/+0 |
|\ \ \ | | | | | | | | | [3rdparty] Bump symfony/routing to 2.7.7 | ||||
| * | | | [3rdparty] Bump symfony/routing to 2.7.7 | Roeland Jago Douma | 2015-11-26 | 1 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #20746 from owncloud/untangle-linkToDocs | Thomas Müller | 2015-11-26 | 5 | -17/+16 |
|\ \ \ \ | | | | | | | | | | | Untangle the linkToDocs method in OC_Helper | ||||
| * | | | | Untangle the linkToDocs method in OC_Helper | Morris Jobke | 2015-11-26 | 5 | -17/+16 |
| |/ / / | | | | | | | | | | | | | | | | | * now uses the proper URLGenerator interface * add comment about DI problems | ||||
* | | | | Merge pull request #20755 from owncloud/integration_test_not_sharee_requesting | Thomas Müller | 2015-11-26 | 1 | -0/+10 |
|\ \ \ \ | | | | | | | | | | | Added test case about a user without a share requesting it | ||||
| * | | | | Added test case about a user without a share requesting it | Sergio Bertolin | 2015-11-26 | 1 | -0/+10 |
| |/ / / | |||||
* | | | | Merge pull request #20562 from owncloud/comments-interfaces | Thomas Müller | 2015-11-26 | 4 | -0/+378 |
|\ \ \ \ | |/ / / |/| | | | public interfaces for Comments | ||||
| * | | | proper description for IllegalIDChangeException | Arthur Schiwon | 2015-11-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | missing setters for setChildrenCount and setLatestChildDateTime (formerly ↵ | Arthur Schiwon | 2015-11-23 | 1 | -5/+23 |
| | | | | | | | | | | | | | | | | …Timestamp) | ||||
| * | | | give creation datetime setter and getter a more meaningful and less ↵ | Arthur Schiwon | 2015-11-23 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | misleading name | ||||
| * | | | public interfaces for Comments | Arthur Schiwon | 2015-11-23 | 4 | -0/+360 |
| | | | | |||||
* | | | | Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanup | Thomas Müller | 2015-11-26 | 5 | -38/+3 |
|\ \ \ \ | | | | | | | | | | | Remove last occurences of OC_Helper::getMimeType() | ||||
| * | | | | remove unused method | Morris Jobke | 2015-11-26 | 1 | -12/+0 |
| | | | | | |||||
| * | | | | Remove last occurences of OC_Helper::getMimeType() | Morris Jobke | 2015-11-26 | 4 | -26/+3 |
| | | | | | | | | | | | | | | | | | | | | * ref #4774 | ||||
* | | | | | Merge pull request #20707 from owncloud/files_external_table_status | Thomas Müller | 2015-11-26 | 1 | -1/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix status icon styling for external storages | ||||
| * | | | | | Fix status icon styling for external storages | Robin Appelman | 2015-11-24 | 1 | -1/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #20731 from owncloud/per-storage-updater | Thomas Müller | 2015-11-26 | 9 | -150/+161 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Make Cache\Updater per storage | ||||
| * | | | | | | Make Cache\Updater per storage | Robin Appelman | 2015-11-25 | 9 | -150/+161 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #20745 from owncloud/remove-unused-internal-methods | Thomas Müller | 2015-11-26 | 3 | -45/+2 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Remove unused internal methods | ||||
| * | | | | | | Remove unused internal methods | Morris Jobke | 2015-11-26 | 3 | -45/+2 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | * removes OC_Helper::mb_substr_replace and OC_Helper::mb_str_replace * keeps public interface wrapper working as expected | ||||
* | | | | / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-26 | 20 | -6/+108 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge pull request #20680 from owncloud/add-dav-sync-support | Thomas Müller | 2015-11-25 | 8 | -14/+1639 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding sync support - including dav tests | ||||
| * | | | | | Update to sabre dav 3.0.x-dev | Thomas Müller | 2015-11-25 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | CardDavBackEnd requires principalBackend on ctor | Thomas Müller | 2015-11-25 | 2 | -11/+24 |
| | | | | | | |||||
| * | | | | | Use sqlite | Thomas Müller | 2015-11-25 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Output owncloud.log to the console | Thomas Müller | 2015-11-25 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Adding sync support - including dav tests | Thomas Müller | 2015-11-25 | 4 | -2/+1608 |
|/ / / / / | |||||
* | | | | | Merge pull request #19212 from owncloud/search-shortcut | Thomas Müller | 2015-11-25 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Add Ctrl+F shortcut for the search bar | ||||
| * | | | | | add search fallback to browser | Hendrik Leppelsack | 2015-11-24 | 1 | -1/+6 |
| | | | | | | |||||
| * | | | | | add Ctrl+F shortcut for the search bar | Hendrik Leppelsack | 2015-11-12 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | Merge pull request #20733 from owncloud/scan-eventsource-no-paths | Thomas Müller | 2015-11-25 | 1 | -8/+0 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Dont output paths in scan.php | ||||
| * | | | | | | Dont output paths in scan.php | Robin Appelman | 2015-11-25 | 1 | -8/+0 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #20734 from owncloud/federation-icon | Thomas Müller | 2015-11-25 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add icon for Federation app | ||||
| * | | | | | | add icon for Federation app | Jan-Christoph Borchardt | 2015-11-25 | 1 | -0/+4 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #20712 from owncloud/replace-netcat-php | Thomas Müller | 2015-11-25 | 8 | -81/+71 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Replace shitty netcat use with dedicated PHP script | ||||
| * | | | | | | Replace shitty netcat use with dedicated PHP script | Robin McCorkell | 2015-11-24 | 8 | -81/+71 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #20728 from owncloud/symfony_event-dispatcher | Thomas Müller | 2015-11-25 | 1 | -0/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [3rdparty] Bump symfony/event-dispatcher to 2.7.7 | ||||
| * | | | | | | | [3rdparty] Bump symfony/event-dispatcher to 2.7.7 | Roeland Jago Douma | 2015-11-25 | 1 | -0/+0 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #20730 from owncloud/fix-errorpage-button | Thomas Müller | 2015-11-25 | 2 | -5/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | fix details on redirect and update page | ||||
| * | | | | | | | update page: fix heading whitespace and unbold less important sections | Jan-Christoph Borchardt | 2015-11-25 | 2 | -5/+4 |
| | | | | | | | | |||||
| * | | | | | | | fix error page button text when label too long | Jan-Christoph Borchardt | 2015-11-25 | 1 | -0/+2 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #20703 from owncloud/share2.0_fileowner_column | Thomas Müller | 2015-11-25 | 2 | -1/+15 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [Sharing 2.0] Add a new db column for the file owner |