Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dont strip the s from the resource | Bernhard Posselt | 2014-06-26 | 2 | -6/+6 |
| | |||||
* | Merge pull request #9193 from owncloud/sharing_etag_propagation | Björn Schießle | 2014-06-26 | 6 | -22/+261 |
|\ | | | | | make sure that the etags get propagated correctly | ||||
| * | make sure that hooks are registered for the tests | Bjoern Schiessle | 2014-06-25 | 3 | -14/+23 |
| | | |||||
| * | make sure that during share and unshare the etags get propagated correctly | Bjoern Schiessle | 2014-06-25 | 5 | -12/+242 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-26 | 30 | -239/+267 |
| | | |||||
* | | 7.0 beta 1v7.0.0beta1 | Frank Karlitschek | 2014-06-25 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #9205 from owncloud/remoteshare-fixurlpath | Vincent Petry | 2014-06-25 | 2 | -2/+93 |
|\ \ | | | | | | | Fix parsing of remote URL when mounting remote shares | ||||
| * | | Fix parsing of remote URL when mounting remote shares | Vincent Petry | 2014-06-25 | 2 | -2/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fix allows for having the remote ownCloud instance live in a subpath like "http://example.com/basedir/subdir/owncloud". Such URLs are now parsed correctly. Added unit test for URL parsing. | ||||
* | | | Merge pull request #9194 from owncloud/revertloadapps | VicDeo | 2014-06-25 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Bring back loadApps() in base.php | ||||
| * | | | Bring back loadApps() in base.php | Vincent Petry | 2014-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | loadApps() had been deleted by mistake in 799205488cf82312586f99185e13df6015caa2ff | ||||
* | | | | Merge pull request #9202 from owncloud/urlhashfix | Morris Jobke | 2014-06-25 | 2 | -23/+27 |
|\ \ \ \ | | | | | | | | | | | Do not clear URL hash when no external mount params given | ||||
| * | | | | Fix parsing URL hash when no "?" was specified | Vincent Petry | 2014-06-25 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Do not clear URL hash when no external mount params given | Vincent Petry | 2014-06-25 | 1 | -23/+23 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever external share parameters were passed through the URL hash, the URL hash will now be cleared. In other cases, the hash needs to be left alone because it is used as workaround for the lack of history API in IE8 / IE9 Removed getParamterByName() and use OC.Util.History.parseUrlQuery() that does the same, including replacing the "+" with spaces. | ||||
* | | | | Merge pull request #9123 from owncloud/webdav-move-permissions | icewind1991 | 2014-06-25 | 2 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | Fix permissions check when moving a file to a different directory over webdav | ||||
| * | | | | Fix unit tests | Robin Appelman | 2014-06-20 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Fix permissions check when moving a file to a different directory over webdav | Robin Appelman | 2014-06-20 | 1 | -4/+1 |
| | | | | | |||||
* | | | | | Merge pull request #9189 from owncloud/sharing_fix_permissions | icewind1991 | 2014-06-25 | 4 | -7/+37 |
|\ \ \ \ \ | | | | | | | | | | | | | Sharing fix permissions | ||||
| * | | | | | really always take root of the substorage | Robin Appelman | 2014-06-25 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | always take root of the substorage | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | add/update unit tests | Bjoern Schiessle | 2014-06-24 | 2 | -3/+33 |
| | | | | | | |||||
| * | | | | | only the mount point has delete and update permissions to enable rename ↵ | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | operation | ||||
| * | | | | | make sure that we always return the correct permissions | Bjoern Schiessle | 2014-06-24 | 2 | -5/+5 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-25 | 43 | -327/+388 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | adjust access constructor to master | Arthur Schiwon | 2014-06-25 | 2 | -2/+10 |
| | | | | | |||||
* | | | | | Port of LDAP Wizard: get correct total no of users, groups and complete ↵ | Arthur Schiwon | 2014-06-25 | 4 | -70/+130 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list of groups on big setups #9002 fix PHPdoc Conflicts: apps/user_ldap/lib/connection.php add method to count groups on LDAP Conflicts: apps/user_ldap/lib/access.php LDAP Wizard: count users and groups with the power of paged search Conflicts: apps/user_ldap/lib/wizard.php consolidate requirement check fix PHPdoc Conflicts: apps/user_ldap/lib/access.php Wizard: get really all groups from LDAP by power of Paged Search Conflicts: apps/user_ldap/lib/wizard.php make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state. Conflicts: apps/user_ldap/lib/connection.php simplify two methods a bit, because they are not used for group search anymore Conflicts: apps/user_ldap/lib/wizard.php remove unused vars; increase scrutinizer happiness | ||||
* | | | | Merge pull request #9145 from owncloud/everyonecount | blizzz | 2014-06-24 | 2 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | Enhancement: Displays users and admin count in the Users Management. | ||||
| * | | | | Better Logic to display user count for everyone. | raghunayyar | 2014-06-24 | 2 | -1/+4 |
| | | | | | |||||
* | | | | | Merge pull request #9168 from owncloud/files-phpwarningondelete | Vincent Petry | 2014-06-24 | 1 | -5/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove warning when deleting all entries | ||||
| * | | | | | Merge if statements | Joas Schilling | 2014-06-23 | 1 | -6/+2 |
| | | | | | | |||||
| * | | | | | Remove warning when deleting all entries | Vincent Petry | 2014-06-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When deleting all entries, only "allfiles" is defined but not "file" or "files", which caused a PHP warning to be logged. | ||||
* | | | | | | Merge pull request #9180 from owncloud/fix-error-on.update-page | Vincent Petry | 2014-06-24 | 1 | -0/+6 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | fixes the layout for error messages on the update page | ||||
| * | | | | | fixes the layout for error messages on the update page | Morris Jobke | 2014-06-24 | 1 | -0/+6 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #9181 from owncloud/enc_recursive_mkdir | Morris Jobke | 2014-06-24 | 2 | -3/+31 |
|\ \ \ \ \ | |/ / / / |/| | | | | always use '/' as directory seperator | ||||
| * | | | | add unit tests | Bjoern Schiessle | 2014-06-24 | 2 | -2/+30 |
| | | | | | |||||
| * | | | | always use '/' as directory seperator | Bjoern Schiessle | 2014-06-24 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-24 | 34 | -325/+382 |
| | | | | |||||
* | | | | Merge pull request #9074 from geez0x1/master | Morris Jobke | 2014-06-23 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update the modified date in UI on file reversion | ||||
| * | | | | Update the modified date in UI on file reversion | geez0x1 | 2014-06-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #9158 from owncloud/no-recursion-on-rmdirr-master | Thomas Müller | 2014-06-23 | 2 | -6/+35 |
|\ \ \ \ \ | | | | | | | | | | | | | fix recursion on rmdirr | ||||
| * | | | | | update PHPDoc $fileInfo is a SplFileInfo | Thomas Müller | 2014-06-23 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added unit test for the helper's rmdirr | Vincent Petry | 2014-06-23 | 1 | -0/+24 |
| | | | | | | |||||
| * | | | | | dir itself has to be removed as well | Thomas Müller | 2014-06-23 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | fix recursion on rmdirr | Thomas Müller | 2014-06-23 | 1 | -7/+11 |
| | | | | | | |||||
* | | | | | | Merge pull request #9170 from owncloud/files-renamevalidationblur | Lukas Reschke | 2014-06-23 | 2 | -4/+53 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix blurring of invalid file name on rename | ||||
| * | | | | | | Fix blurring of invalid file name on rename | Vincent Petry | 2014-06-23 | 2 | -4/+53 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When renaming to an existing file name, blurring the field should not remove it. This fix keeps the field until escape is pressed instead of replacing it with a broken empty space. | ||||
* | | | | | | Merge pull request #9159 from owncloud/enabledapp-cache-loggedin | Joas Schilling | 2014-06-23 | 1 | -2/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only cache enabled apps when logged in | ||||
| * | | | | | | Add comment | Robin Appelman | 2014-06-23 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Only cache enabled apps when logged in | Robin Appelman | 2014-06-23 | 1 | -2/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #9124 from owncloud/move-permissions | Vincent Petry | 2014-06-23 | 1 | -0/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix moving files into read only public shares | ||||
| * | | | | | | | Dont allow opening writable streams on a read only dav mount | Robin Appelman | 2014-06-23 | 1 | -0/+6 |
| |/ / / / / / |