summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into ocs_apiTom Needham2012-10-282011-185584/+52808
|\
| * fix bugJakob Sack2012-10-271-2/+2
| |
| * Add BackgroundJob::setExecutionType() to public APIJakob Sack2012-10-272-7/+30
| |
| * improve cron.php, add locking for cli cron.phpJakob Sack2012-10-271-7/+29
| |
| * Add a new backgroundjob class to access the type of background jobs easilyJakob Sack2012-10-271-0/+52
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-2733-179/+275
| |
| * fixed user/group sharing hooksFlorian Hülsmann2012-10-261-13/+13
| |
| * Split database setup code to functionsBart Visscher2012-10-261-223/+238
| |
| * 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
| |
| * 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
| * add the possibility to add an preupdate.phpGeorg Ehrke2012-10-261-0/+4
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-2643-303/+392
| |
| * 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
| | |
| * | 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
| | |
| | * Checkstyle: LowerCaseConstantFelix Moeller2012-10-232-4/+4
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-24185-5115/+7545
| | |
| * | LDAP: properly check if Groups-feature is enabledArthur Schiwon2012-10-241-3/+2
| | |
| * | Merge pull request #75 from fmms/masterLukas Reschke2012-10-2314-37/+37
| |\| | | | | | | More Checkstyle cleanup
| | * More Checkstyle cleanupFelix Moeller2012-10-2314-37/+37
| | | | | | | | | | | | This is for all LowerCaseConstant warnings
| * | Remove uneeded vendor prefixesLukas Reschke2012-10-241-4/+0
| | |