Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #22315 from owncloud/update-info-checker-requirements | Thomas Müller | 2016-02-11 | 1 | -12/+5 | |
|\ \ \ \ | ||||||
| * | | | | Update info checker requirements | Joas Schilling | 2016-02-11 | 1 | -12/+5 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #22264 from owncloud/read-version-from-info.xml-only | Thomas Müller | 2016-02-11 | 3 | -18/+5 | |
|\ \ \ \ | ||||||
| * | | | | No longer evaluate appinfo/version | Thomas Müller | 2016-02-10 | 3 | -18/+5 | |
* | | | | | Merge pull request #22308 from owncloud/shorter-ttl-find-path | Thomas Müller | 2016-02-11 | 1 | -1/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fixes #13658 | Thomas Müller | 2016-02-11 | 1 | -1/+2 | |
| | |/ / | |/| | | ||||||
* / | | | Properly check for legacy methods | Roeland Jago Douma | 2016-02-11 | 2 | -3/+10 | |
|/ / / | ||||||
* | | | Merge pull request #22285 from owncloud/fix_22275 | Thomas Müller | 2016-02-10 | 1 | -1/+5 | |
|\ \ \ | ||||||
| * | | | Also filter the old share info endpoint | Roeland Jago Douma | 2016-02-10 | 1 | -1/+5 | |
| |/ / | ||||||
* | | | Merge pull request #22269 from owncloud/issue-22243-avoid-deadlock-with-lots-... | Thomas Müller | 2016-02-10 | 1 | -8/+16 | |
|\ \ \ | ||||||
| * | | | Chunk the queries to make sure they don't time out | Joas Schilling | 2016-02-10 | 1 | -8/+16 | |
| |/ / | ||||||
* | | | Merge pull request #22271 from owncloud/remember-login-state | Thomas Müller | 2016-02-10 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | refactoring code | Vincent Chan | 2016-02-10 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge pull request #22267 from owncloud/fix_encryption2 | Thomas Müller | 2016-02-10 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | remember signature version and only set it on update to make sure that other | Bjoern Schiessle | 2016-02-10 | 1 | -0/+4 | |
* | | | Merge pull request #22256 from owncloud/hide-updater-secret | Thomas Müller | 2016-02-10 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Hide updater.secret from occ output by default | Lukas Reschke | 2016-02-09 | 1 | -0/+1 | |
* | | | Check if partial cache entry or not in encryption wrapper | Vincent Petry | 2016-02-09 | 1 | -2/+5 | |
* | | | Use database for keeping track of the version | Lukas Reschke | 2016-02-09 | 3 | -3/+18 | |
* | | | Use number of chunk for HMAC as well | Lukas Reschke | 2016-02-09 | 1 | -5/+13 | |
* | | | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -0/+3 | |
* | | | make it backward compatible to work with signed and un-signed files | Björn Schießle | 2016-02-09 | 2 | -5/+11 | |
* | | | Merge pull request #22192 from owncloud/fix_19685 | Thomas Müller | 2016-02-09 | 2 | -7/+34 | |
|\ \ \ | ||||||
| * | | | Catch exception | Roeland Jago Douma | 2016-02-09 | 1 | -4/+17 | |
| * | | | Throw exception | Roeland Jago Douma | 2016-02-09 | 2 | -4/+15 | |
| * | | | Only set the default expiration date on share creation | Roeland Jago Douma | 2016-02-09 | 2 | -1/+4 | |
* | | | | Merge pull request #22252 from owncloud/consolidate-user-set-quota | C. Montero Luque | 2016-02-09 | 4 | -13/+40 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | revolutionar: change updates might even sent the new value (optional) | Arthur Schiwon | 2016-02-09 | 2 | -7/+7 | |
| * | | | Avatar should also claim its change | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 | |
| * | | | Doc improvements | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 | |
| * | | | Consolidate getQuota and setQuota methods in User instance | Arthur Schiwon | 2016-02-09 | 3 | -11/+38 | |
* | | | | Move update notification code into app | Lukas Reschke | 2016-02-09 | 1 | -25/+0 | |
* | | | | Merge pull request #22228 from owncloud/comments-limit-message | Thomas Müller | 2016-02-09 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Limit comment message to 1k chars | Arthur Schiwon | 2016-02-09 | 1 | -1/+7 | |
| |/ / | ||||||
* | | | Merge pull request #22225 from owncloud/sharing-moar-hooks | Thomas Müller | 2016-02-09 | 2 | -1/+12 | |
|\ \ \ | ||||||
| * | | | Move password update hook after update | Roeland Jago Douma | 2016-02-09 | 1 | -8/+10 | |
| * | | | Example hook check | Roeland Jago Douma | 2016-02-09 | 1 | -0/+1 | |
| * | | | add post hook on link-share password change | Arthur Schiwon | 2016-02-08 | 1 | -1/+9 | |
| |/ / | ||||||
* | | | Merge pull request #22212 from owncloud/scrutinizer-patch-1 | Thomas Müller | 2016-02-09 | 7 | -18/+28 | |
|\ \ \ | ||||||
| * | | | More fixes | Joas Schilling | 2016-02-09 | 3 | -18/+9 | |
| * | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-02-08 | 7 | -7/+26 | |
* | | | | Merge pull request #22227 from owncloud/appmanager-hooks | Thomas Müller | 2016-02-09 | 2 | -2/+19 | |
|\ \ \ \ | ||||||
| * | | | | Send events when enabling and disabling of apps | Arthur Schiwon | 2016-02-09 | 2 | -2/+19 | |
| | |/ / | |/| | | ||||||
* / | | | Fix part file partial cache logic in encryption code | Vincent Petry | 2016-02-09 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | 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 #22200 from owncloud/node-checksum-resolvefileinfo | Thomas Müller | 2016-02-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Make sure fileinfo exists when calling getCheckSum in node API | Vincent Petry | 2016-02-08 | 1 | -1/+1 | |
* | | | Respect not allowing outgoing shares | Roeland Jago Douma | 2016-02-08 | 2 | -7/+31 | |
* | | | Add federated share provider to core | Roeland Jago Douma | 2016-02-08 | 2 | -0/+53 | |
|/ / |