Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-07 | 4 | -36/+36 |
| | |||||
* | handle path not being set in shared cache (#24993) | Robin Appelman | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Fix checkMove() implementation for dav v2 - fixes #24776 (#24971) | Thomas Müller | 2016-06-06 | 3 | -27/+46 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-06 | 2 | -0/+2 |
| | |||||
* | Merge pull request #24964 from owncloud/issue-24961-public-upload-unlimited | Vincent Petry | 2016-06-06 | 1 | -1/+1 |
|\ | | | | | Allow public upload when the quota is unlimited | ||||
| * | Allow public upload when the quota is unlimited | Joas Schilling | 2016-06-02 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-04 | 8 | -22/+52 |
| | | |||||
* | | Merge pull request #24673 from owncloud/construct-path | Vincent Petry | 2016-06-03 | 1 | -4/+6 |
|\ \ | | | | | | | Construct path to the version file from the current directory and fil… | ||||
| * | | Construct path to the version file from the current directory and filename. ↵ | Victor Dubiniuk | 2016-06-02 | 1 | -4/+6 |
| | | | | | | | | | | | | Fixes #22450 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 68 | -738/+778 |
|/ / | |||||
* | | Merge pull request #24935 from owncloud/2fa-block-dav | Vincent Petry | 2016-06-02 | 6 | -6/+80 |
|\ \ | |/ |/| | block DAV if 2FA challenge needs to be solved first | ||||
| * | block DAV if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 6 | -6/+80 |
| | | |||||
* | | Merge pull request #24949 from ↵ | Vincent Petry | 2016-06-02 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | owncloud/ee-1325-internal-server-error-in-sync-client-on-forbidden-directurl Catch the ForbiddenException to make sure it gets handled | ||||
| * | | Catch the ForbiddenException to make sure it gets handled | Joas Schilling | 2016-06-01 | 1 | -0/+3 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 22 | -78/+92 |
|/ | |||||
* | Merge pull request #24869 from owncloud/ldap_capped_cache | Vincent Petry | 2016-06-01 | 1 | -2/+6 |
|\ | | | | | Use a capped memory cache for the user/group cache | ||||
| * | Use a capped memory cache for the user/group cache | Roeland Jago Douma | 2016-05-30 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-01 | 12 | -10/+56 |
| | | |||||
* | | Merge pull request #24904 from owncloud/ext-fix-smb | Vincent Petry | 2016-05-31 | 1 | -4/+2 |
|\ \ | | | | | | | Fix SMB backend registration | ||||
| * | | Fix SMB backend registration | Robin McCorkell | 2016-05-30 | 1 | -4/+2 |
| | | | |||||
* | | | Merge pull request #24822 from owncloud/fix-download-spinner | Vincent Petry | 2016-05-31 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | fixes size of the download spinner | ||||
| * | | | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 2 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #16688 from owncloud/tests-dockerapachewebdav | Vincent Petry | 2016-05-31 | 2 | -0/+127 |
|\ \ \ \ | | | | | | | | | | | Add morrisjobke/webdav docker container for external storage tests | ||||
| * | | | | Fix webdav test env scripts to also work on CI | Vincent Petry | 2016-05-30 | 2 | -7/+24 |
| | | | | | |||||
| * | | | | Add morrisjobke/webdav docker container for external storage tests | Vincent Petry | 2016-05-30 | 2 | -0/+110 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-31 | 16 | -14/+118 |
| | | | | |||||
* | | | | Fix for #23066 (#24689) | Torben Dannhauer | 2016-05-31 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cue | Vincent Petry | 2016-05-30 | 3 | -2/+8 |
|\ \ \ | |/ / |/| | | Add visual cue when moving draggable item over droppable item, | ||||
| * | | Make entire file tr droppable, | Pellaeon Lin | 2016-05-21 | 2 | -2/+3 |
| | | | | | | | | | | | | so that .canDrop will highlight the entire row when drag hover | ||||
| * | | Add visual cue when moving draggable item over droppable item, | Pellaeon Lin | 2016-05-21 | 2 | -1/+6 |
| | | | | | | | | | | | | ie. breadcrumb and filenameTd | ||||
* | | | [testing] Allow to lock a file without the lock being killed at the end of ↵ | Joas Schilling | 2016-05-30 | 3 | -0/+311 |
| |/ |/| | | | | | | | | | | | | | the request (#22823) * Allow to lock a file without the lock being killed at the end of the request * Make DB locking detectable | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-30 | 26 | -76/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-29 | 10 | -6/+34 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-28 | 12 | -16/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-27 | 38 | -24/+158 |
| | | |||||
* | | Update license headers | Lukas Reschke | 2016-05-26 | 470 | -482/+911 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-26 | 26 | -140/+280 |
| | | |||||
* | | Merge pull request #24844 from owncloud/dav-test-psr4 | Vincent Petry | 2016-05-25 | 63 | -112/+127 |
|\ \ | | | | | | | Move DAV Tests to PSR-4 | ||||
| * | | Update DAV unit tests to PSR-4 | Joas Schilling | 2016-05-25 | 62 | -112/+122 |
| | | | |||||
| * | | Fix local execution | Joas Schilling | 2016-05-25 | 2 | -0/+5 |
| | | | |||||
* | | | Merge pull request #24604 from owncloud/user_ldap-psr4 | Vincent Petry | 2016-05-25 | 78 | -383/+369 |
|\ \ \ | | | | | | | | | Move user_ldap to PSR-4 | ||||
| * | | | Fix the tests again | Joas Schilling | 2016-05-25 | 4 | -4/+4 |
| | | | | |||||
| * | | | Fix throws docs | Joas Schilling | 2016-05-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | Last instances of lowercase user_ldap | Joas Schilling | 2016-05-25 | 2 | -3/+3 |
| | | | | |||||
| * | | | Move tests/ to PSR-4 | Joas Schilling | 2016-05-25 | 32 | -66/+61 |
| | | | | |||||
| * | | | Fix several minor issues | Joas Schilling | 2016-05-25 | 4 | -11/+9 |
| | | | | |||||
| * | | | Move Job to a better class name | Joas Schilling | 2016-05-25 | 2 | -5/+7 |
| | | | | |||||
| * | | | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 14 | -33/+25 |
| | | | | |||||
| * | | | Move BackendUtility to PSR-4 | Joas Schilling | 2016-05-25 | 3 | -3/+3 |
| | | | | |||||
| * | | | Move Configuration to PSR-4 | Joas Schilling | 2016-05-25 | 10 | -15/+14 |
| | | | |