Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add system tags filter section for files app | Vincent Petry | 2016-02-09 | 14 | -2/+897 |
* | Fix elementToFile to also return path when defined | Vincent Petry | 2016-02-08 | 2 | -0/+10 |
* | Merge pull request #22170 from owncloud/occ-check-signature | Thomas Müller | 2016-02-08 | 3 | -0/+138 |
|\ | |||||
| * | Cut authors list. Declare a member variable | Victor Dubiniuk | 2016-02-08 | 2 | -18/+11 |
| * | Optional path parameter | Victor Dubiniuk | 2016-02-05 | 2 | -4/+7 |
| * | CLI commands to check app and core signatures | Victor Dubiniuk | 2016-02-05 | 3 | -0/+142 |
* | | Merge pull request #22112 from owncloud/dav-filesreport | Thomas Müller | 2016-02-08 | 3 | -1/+850 |
|\ \ | |||||
| * | | Add REPORT on files endpoint for filtering | Vincent Petry | 2016-02-08 | 3 | -1/+850 |
* | | | Merge pull request #22211 from owncloud/versions-hook-info | Thomas Müller | 2016-02-08 | 2 | -9/+16 |
|\ \ \ | |||||
| * | | | use int values and constants instead of strings | Arthur Schiwon | 2016-02-08 | 1 | -8/+12 |
| * | | | versions provide more information when throwing hooks | Arthur Schiwon | 2016-02-08 | 2 | -9/+12 |
* | | | | Merge pull request #22206 from owncloud/share2_migration_with_federated | Thomas Müller | 2016-02-08 | 4 | -6/+25 |
|\ \ \ \ | |||||
| * | | | | Update the migration step to include federated shares | Roeland Jago Douma | 2016-02-08 | 4 | -6/+25 |
| |/ / / | |||||
* | | | | Merge pull request #22207 from owncloud/mountcache-exists-check | Thomas Müller | 2016-02-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | better exists check for insert mount cache | Robin Appelman | 2016-02-08 | 1 | -1/+1 |
* | | | | | Merge pull request #22186 from owncloud/show-different-unsupported-failure-me... | Thomas Müller | 2016-02-08 | 1 | -6/+10 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Add message with reference to forum post | Lukas Reschke | 2016-02-08 | 1 | -1/+1 |
| * | | | | Don't show "report this to the community" when the upgrade is unsupported | Morris Jobke | 2016-02-08 | 1 | -6/+10 |
* | | | | | Merge pull request #22200 from owncloud/node-checksum-resolvefileinfo | Thomas Müller | 2016-02-08 | 2 | -1/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Add proper throw tags to File | Roeland Jago Douma | 2016-02-08 | 1 | -0/+10 |
| * | | | | | Make sure fileinfo exists when calling getCheckSum in node API | Vincent Petry | 2016-02-08 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #21817 from owncloud/support-old-carddav-endpoint | Thomas Müller | 2016-02-08 | 9 | -29/+193 |
|\ \ \ \ \ | |||||
| * | | | | | Fix path | Thomas Müller | 2016-02-08 | 1 | -2/+2 |
| * | | | | | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -2/+75 |
| * | | | | | Remove calendar-proxy support - did this ever work? | Thomas Müller | 2016-02-08 | 2 | -6/+1 |
| * | | | | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 7 | -26/+122 |
* | | | | | | Merge pull request #22164 from owncloud/files_external-verify | Thomas Müller | 2016-02-08 | 3 | -0/+173 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Add occ command to verify storage configurations | Robin Appelman | 2016-02-08 | 3 | -0/+173 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #22080 from owncloud/fed_share_provider | Thomas Müller | 2016-02-08 | 21 | -25/+1854 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Added tests for used parts | Roeland Jago Douma | 2016-02-08 | 4 | -3/+450 |
| * | | | | Fix intergration tests | Roeland Jago Douma | 2016-02-08 | 1 | -0/+1 |
| * | | | | Fix unit tests | Roeland Jago Douma | 2016-02-08 | 2 | -4/+11 |
| * | | | | Force app to be always enabled for now | Roeland Jago Douma | 2016-02-08 | 1 | -3/+4 |
| * | | | | Respect not allowing outgoing shares | Roeland Jago Douma | 2016-02-08 | 5 | -10/+65 |
| * | | | | Update OCS Share API to use federated share provider | Roeland Jago Douma | 2016-02-08 | 2 | -15/+31 |
| * | | | | Add federated share provider to core | Roeland Jago Douma | 2016-02-08 | 2 | -0/+53 |
| * | | | | implementation of the federated share provider | Bjoern Schiessle | 2016-02-08 | 11 | -1/+1250 |
| |/ / / | |||||
* | | | | Merge pull request #22168 from owncloud/fix-some-dav-sharing-ux | Thomas Müller | 2016-02-08 | 3 | -22/+33 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix PHPDoc | Lukas Reschke | 2016-02-08 | 1 | -5/+7 |
| * | | | Adding common name to sharee | Thomas Müller | 2016-02-08 | 3 | -4/+7 |
| * | | | Original resources should not be overwritten by shared resources | Thomas Müller | 2016-02-08 | 2 | -13/+19 |
|/ / / | |||||
* | | | Merge pull request #22190 from owncloud/fix_22189 | Thomas Müller | 2016-02-08 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Even single shares are returned as array | Roeland Jago Douma | 2016-02-08 | 2 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #22138 from owncloud/comments-collapse | Thomas Müller | 2016-02-08 | 2 | -4/+68 |
|\ \ \ | |||||
| * | | | Collapse long comments | Vincent Petry | 2016-02-08 | 2 | -4/+68 |
|/ / / | |||||
* | | | Merge pull request #22156 from owncloud/share2_unshare_ifexpired | Thomas Müller | 2016-02-08 | 3 | -3/+239 |
|\ \ \ | |||||
| * | | | Fix exception on delete | Roeland Jago Douma | 2016-02-06 | 1 | -1/+6 |
| * | | | getSharesBy should also expire link shares | Roeland Jago Douma | 2016-02-06 | 3 | -2/+151 |
| * | | | Delete expired share when fetched by id | Roeland Jago Douma | 2016-02-06 | 2 | -0/+35 |
| * | | | Delete a link share if it is expired on access | Roeland Jago Douma | 2016-02-06 | 2 | -1/+48 |