| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the password from the validateUserPass() method as well | Joas Schilling | 2016-05-02 | 1 | -0/+15 |
* | Merge pull request #24299 from owncloud/availability-avoid-concurrency | Thomas Müller | 2016-04-29 | 1 | -2/+5 |
|\ |
|
| * | Prevent concurrent availability checks | Robin McCorkell | 2016-04-26 | 1 | -2/+5 |
* | | Merge pull request #24337 from owncloud/add-db-group-for-required-tests | Thomas Müller | 2016-04-29 | 2 | -0/+14 |
|\ \ |
|
| * | | Add the DB group for tests that require the database | Joas Schilling | 2016-04-29 | 2 | -0/+14 |
* | | | Merge pull request #24305 from owncloud/update-show-repair-step-progress | Vincent Petry | 2016-04-29 | 2 | -159/+134 |
|\ \ \ |
|
| * | | | Remove emitter from class Repair | Thomas Müller | 2016-04-28 | 2 | -159/+134 |
| | |/
| |/| |
|
* | | | allow app developers to specify the minimum int size | Bernhard Posselt | 2016-04-28 | 1 | -8/+16 |
| |/
|/| |
|
* | | Merge pull request #24274 from owncloud/async-repair-steps | Thomas Müller | 2016-04-28 | 2 | -1/+122 |
|\ \
| |/
|/| |
|
| * | Introduce background repair steps | Thomas Müller | 2016-04-26 | 2 | -1/+122 |
* | | Merge pull request #24246 from owncloud/local-invalid | Lukas Reschke | 2016-04-26 | 1 | -0/+14 |
|\ \ |
|
| * | | add tests | Robin Appelman | 2016-04-26 | 1 | -0/+14 |
* | | | Merge pull request #24256 from owncloud/scanner-propagate | Morris Jobke | 2016-04-26 | 1 | -0/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | triger the propagator from the command line scanner | Robin Appelman | 2016-04-25 | 1 | -0/+24 |
| |/ |
|
* / | Introduce OCP\Migration\IRepairStep and adopt all repair steps to this new in... | Thomas Müller | 2016-04-25 | 14 | -51/+130 |
|/ |
|
* | Merge pull request #24187 from owncloud/fs-initmountpoint-rethrowifusernotfou... | Thomas Müller | 2016-04-22 | 1 | -0/+22 |
|\ |
|
| * | Mark $usersSetup only if user was found in initMountPoints | Vincent Petry | 2016-04-22 | 1 | -0/+22 |
* | | Fix inconsistent nameing of AppFramework | Roeland Jago Douma | 2016-04-22 | 3 | -8/+6 |
* | | Merge pull request #24085 from owncloud/feedback-on-app-migrations | Thomas Müller | 2016-04-22 | 3 | -13/+9 |
|\ \
| |/
|/| |
|
| * | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 3 | -13/+9 |
* | | Merge pull request #24183 from owncloud/change-background-job-sort-order | Thomas Müller | 2016-04-22 | 1 | -4/+13 |
|\ \ |
|
| * | | Change the sort order of background jobs to be DESC instead of ASC | Joas Schilling | 2016-04-22 | 1 | -4/+13 |
* | | | Throw NoUserException when attempting to init mount point for null user | Vincent Petry | 2016-04-22 | 1 | -0/+22 |
|/ / |
|
* / | [master] Ignore certificate file if it starts with file:// | Lukas Reschke | 2016-04-21 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #22791 from owncloud/enc_master_key_improvements | Vincent Petry | 2016-04-21 | 1 | -1/+1 |
|\ |
|
| * | only create and update user specific key if no master key is enabled | Bjoern Schiessle | 2016-03-18 | 1 | -1/+1 |
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 1 | -3/+7 |
|\ \ |
|
| * | | Fix tests | Roeland Jago Douma | 2016-04-19 | 1 | -3/+7 |
* | | | Merge pull request #24098 from owncloud/fix_23782 | Thomas Müller | 2016-04-20 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | When the scanner detects a file is changed clear checksum | Roeland Jago Douma | 2016-04-19 | 1 | -0/+20 |
| |/ / |
|
* | | | Merge pull request #24094 from owncloud/move_dummy_group_backend_to_test | Thomas Müller | 2016-04-20 | 5 | -11/+228 |
|\ \ \ |
|
| * | | | Move the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 5 | -11/+228 |
| |/ / |
|
* | | | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-user | Thomas Müller | 2016-04-19 | 2 | -5/+6 |
|\ \ \ |
|
| * | | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 2 | -5/+6 |
* | | | | Merge pull request #24054 from owncloud/data_fingerprint | Roeland Douma | 2016-04-19 | 1 | -0/+64 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Add occ command for updating the data-fingerprint | Roeland Jago Douma | 2016-04-18 | 1 | -0/+64 |
* | | | | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hook | Thomas Müller | 2016-04-19 | 2 | -156/+58 |
|\ \ \ \ |
|
| * | | | | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 2 | -156/+58 |
* | | | | | Move logout to controller | Lukas Reschke | 2016-04-18 | 1 | -1/+54 |
* | | | | | Remove deprecated HTTPHelper | Thomas Müller | 2016-04-18 | 1 | -14/+10 |
* | | | | | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 2 | -239/+293 |
| |/ / /
|/| | | |
|
* | | | | Rename `username` to `loginName` | Lukas Reschke | 2016-04-15 | 1 | -3/+3 |
* | | | | Use !== instead of empty | Lukas Reschke | 2016-04-15 | 1 | -0/+38 |
* | | | | Move login form into controller | Lukas Reschke | 2016-04-15 | 2 | -4/+185 |
| |/ /
|/| | |
|
* | | | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #23954 from stweil/master | Thomas Müller | 2016-04-13 | 1 | -2/+2 |
|\ \ |
|
| * | | misc: Fix some typos | Stefan Weil | 2016-04-12 | 1 | -2/+2 |
* | | | Add test | Lukas Reschke | 2016-04-12 | 1 | -0/+40 |
|/ / |
|
* | | Add unit testing capabilities for templates (#23708) | Thomas Müller | 2016-04-12 | 2 | -0/+88 |
* | | Migrate post_groupDelete hook to share manager (#23841) | Roeland Douma | 2016-04-12 | 1 | -0/+94 |