summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-074-36/+36
|
* handle path not being set in shared cache (#24993)Robin Appelman2016-06-061-1/+1
|
* Fix checkMove() implementation for dav v2 - fixes #24776 (#24971)Thomas Müller2016-06-063-27/+46
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-06-062-0/+2
|
* Merge pull request #24964 from owncloud/issue-24961-public-upload-unlimitedVincent Petry2016-06-061-1/+1
|\ | | | | Allow public upload when the quota is unlimited
| * Allow public upload when the quota is unlimitedJoas Schilling2016-06-021-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-06-048-22/+52
| |
* | Merge pull request #24673 from owncloud/construct-pathVincent Petry2016-06-031-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 Dubiniuk2016-06-021-4/+6
| | | | | | | | | | | | Fixes #22450
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-0368-738/+778
|/ /
* | Merge pull request #24935 from owncloud/2fa-block-davVincent Petry2016-06-026-6/+80
|\ \ | |/ |/| block DAV if 2FA challenge needs to be solved first
| * block DAV if 2FA challenge needs to be solved firstChristoph Wurst2016-06-016-6/+80
| |
* | Merge pull request #24949 from ↵Vincent Petry2016-06-021-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 handledJoas Schilling2016-06-011-0/+3
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2016-06-0222-78/+92
|/
* Merge pull request #24869 from owncloud/ldap_capped_cacheVincent Petry2016-06-011-2/+6
|\ | | | | Use a capped memory cache for the user/group cache
| * Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-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 transifexJenkins for ownCloud2016-06-0112-10/+56
| |
* | Merge pull request #24904 from owncloud/ext-fix-smbVincent Petry2016-05-311-4/+2
|\ \ | | | | | | Fix SMB backend registration
| * | Fix SMB backend registrationRobin McCorkell2016-05-301-4/+2
| | |
* | | Merge pull request #24822 from owncloud/fix-download-spinnerVincent Petry2016-05-312-4/+4
|\ \ \ | | | | | | | | fixes size of the download spinner
| * | | fixes size of the download spinnerVincent Chan2016-05-302-4/+4
| | | |
* | | | Merge pull request #16688 from owncloud/tests-dockerapachewebdavVincent Petry2016-05-312-0/+127
|\ \ \ \ | | | | | | | | | | Add morrisjobke/webdav docker container for external storage tests
| * | | | Fix webdav test env scripts to also work on CIVincent Petry2016-05-302-7/+24
| | | | |
| * | | | Add morrisjobke/webdav docker container for external storage testsVincent Petry2016-05-302-0/+110
| |/ / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-3116-14/+118
| | | |
* | | | Fix for #23066 (#24689)Torben Dannhauer2016-05-311-2/+2
| |/ / |/| |
* | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-303-2/+8
|\ \ \ | |/ / |/| | Add visual cue when moving draggable item over droppable item,
| * | Make entire file tr droppable,Pellaeon Lin2016-05-212-2/+3
| | | | | | | | | | | | so that .canDrop will highlight the entire row when drag hover
| * | Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-212-1/+6
| | | | | | | | | | | | ie. breadcrumb and filenameTd
* | | [testing] Allow to lock a file without the lock being killed at the end of ↵Joas Schilling2016-05-303-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 transifexJenkins for ownCloud2016-05-3026-76/+40
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2910-6/+34
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2812-16/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2738-24/+158
| |
* | Update license headersLukas Reschke2016-05-26470-482/+911
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2626-140/+280
| |
* | Merge pull request #24844 from owncloud/dav-test-psr4Vincent Petry2016-05-2563-112/+127
|\ \ | | | | | | Move DAV Tests to PSR-4
| * | Update DAV unit tests to PSR-4Joas Schilling2016-05-2562-112/+122
| | |
| * | Fix local executionJoas Schilling2016-05-252-0/+5
| | |
* | | Merge pull request #24604 from owncloud/user_ldap-psr4Vincent Petry2016-05-2578-383/+369
|\ \ \ | | | | | | | | Move user_ldap to PSR-4
| * | | Fix the tests againJoas Schilling2016-05-254-4/+4
| | | |
| * | | Fix throws docsJoas Schilling2016-05-251-3/+3
| | | |
| * | | Last instances of lowercase user_ldapJoas Schilling2016-05-252-3/+3
| | | |
| * | | Move tests/ to PSR-4Joas Schilling2016-05-2532-66/+61
| | | |
| * | | Fix several minor issuesJoas Schilling2016-05-254-11/+9
| | | |
| * | | Move Job to a better class nameJoas Schilling2016-05-252-5/+7
| | | |
| * | | Move Access to PSR-4Joas Schilling2016-05-2514-33/+25
| | | |
| * | | Move BackendUtility to PSR-4Joas Schilling2016-05-253-3/+3
| | | |
| * | | Move Configuration to PSR-4Joas Schilling2016-05-2510-15/+14
| | | |