summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move some stuff to the new apiRobin Appelman2012-10-2620-45/+58
|
* Merge branch 'master' into filesystemRobin Appelman2012-10-269-197/+251
|\
| * LDAP: let getUsers make use of paged searchArthur Schiwon2012-10-261-15/+29
| |
| * LDAP: add support for paged searches.Arthur Schiwon2012-10-261-20/+115
| |
| * LDAP: know, wether server supports paged searchArthur Schiwon2012-10-261-0/+3
| |
| * LDAP: check for resource before unbindingArthur Schiwon2012-10-261-1/+3
| |
| * update infieldlabel script from @zawaideh to fix autofill overlap, ↵Jan-Christoph Borchardt2012-10-262-140/+12
| | | | | | | | https://github.com/zawaideh/In-Field-Labels-jQuery-Plugin
| * closes #113Thomas Müller2012-10-261-12/+0
| |
| * Hook emission on sharing stuffFlorian Hülsmann2012-10-261-1/+30
| |
| * show/hide navigation entries after enabling/disabling appRobin Appelman2012-10-262-0/+56
| |
| * Fix mimetype detection with the 'file' utilityVictor Dubiniuk2012-10-261-9/+4
| |
* | add file permissions cacheRobin Appelman2012-10-264-1/+180
| |
* | merge master into filesystemRobin Appelman2012-10-263-13/+21
|\|
| * possible fix for bombarding the server with the htaccess test during setupRobin Appelman2012-10-261-16/+21
| |
| * separate buttons for new file and uploadJan-Christoph Borchardt2012-10-261-6/+5
| |
| * Fix migration problems for postgresql with MDB2 fix owncloud/apps#21Brice Maron2012-10-261-1/+10
| | | | | | | | Ref of MDB2 bug is 19676
* | move filesystem test caseRobin Appelman2012-10-263-122/+120
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-10-261-0/+4
|\|
| * add the possibility to add an preupdate.phpGeorg Ehrke2012-10-261-0/+4
| |
* | add search to the filecache apiRobin Appelman2012-10-265-26/+146
| |
* | add View->putFileInfo to the filecache apiRobin Appelman2012-10-262-2/+35
| |
* | fix problem with normalizePath when there was a double leading slashRobin Appelman2012-10-262-4/+7
| |
* | move the cache api from OC_Files to filesystem(view)Robin Appelman2012-10-265-101/+138
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-10-2643-303/+392
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-2643-303/+392
| |
* | merge master into filesystemRobin Appelman2012-10-25276-1053/+1791
|\|
| * Fix not defined JS variablesLukas Reschke2012-10-251-0/+3
| |
| * Check for iconvLukas Reschke2012-10-251-1/+4
| |
| * Allow any characters in the groupnameLukas Reschke2012-10-251-7/+0
| | | | | | | | Fixes #82
| * dir in newfile has to start with /Bart Visscher2012-10-251-1/+1
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-25241-954/+1693
| |
| * Merge pull request #81 from fmms/masterLukas Reschke2012-10-2432-88/+88
| |\ | | | | | | Codestyle add some needed spaces.
| | * NoSpaceAfterComma IIFelix Moeller2012-10-236-11/+11
| | |
| | * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-2330-83/+83
| | |
| * | Forget to urlencode the pathLukas Reschke2012-10-241-1/+1
| | |
| * | urlencodeLukas Reschke2012-10-241-6/+6
| | |
| * | Revert e1a4fe98908dbf8f9e795fd852b231381d4f3ce4Lukas Reschke2012-10-241-1/+1
| | |
| * | normalize pathBjörn Schießle2012-10-241-1/+1
| | |
| * | urldecode target directoryBjörn Schießle2012-10-241-1/+1
| | |
* | | cleanup OC_Files a bitRobin Appelman2012-10-246-156/+34
| | |
* | | merge master into filesystemRobin Appelman2012-10-24223-5440/+8134
|\| |
| * | Apply coding style guideThomas Müller2012-10-241-1/+2
| | |
| * | fix copy&paste bug from previous commitBjörn Schießle2012-10-241-1/+1
| | |
| * | Shared files are not stored in the file cache. Therefore we need toBjörn Schießle2012-10-241-1/+18
| | | | | | | | | | | | | | | use the share table from the db to find the item source if the public link re-shares a already shared file.
| * | Place the brackets in the first lineLukas Reschke2012-10-245-288/+274
| | |
| * | Apply coding style guideThomas Müller2012-10-241-203/+203
| | | | | | | | | http://owncloud.org/dev/coding-style-guide/
| * | calling OC_Filesystem at this point will initialize file system with wrong ↵Björn Schießle2012-10-241-2/+8
| | | | | | | | | | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem.
| * | Merge pull request #76 from fmms/masterLukas Reschke2012-10-236-12/+9
| |\| | | | | | | checkstyle: some more cleanups
| | * Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-234-4/+4
| | |
| | * Checkstyle: MultiLineConditionFelix Moeller2012-10-231-4/+1
| | |