summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'master' into routingBart Visscher2012-07-2521-868/+1272
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add functions for the common HTTP methodsBart Visscher2012-07-251-0/+15
| * | | | | | | | | | | Merge branch 'master' into routingBart Visscher2012-07-2465-1341/+3455
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Convert routing to ownCloud fluid interfaceBart Visscher2012-07-233-111/+181
| * | | | | | | | | | | | Very basic conversion of ocs to Symfony Routing ComponentBart Visscher2012-07-214-57/+97
* | | | | | | | | | | | | exeuting tests now on apps as well - the apps repo shall be cloned into the s...Thomas Müller2012-10-273-2/+43
* | | | | | | | | | | | | 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, https://gi...Jan-Christoph Borchardt2012-10-262-140/+12
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Place the brackets in the first lineLukas Reschke2012-10-245-288/+274
* | | | | | | | | | | | | | Apply coding style guideThomas Müller2012-10-241-203/+203
* | | | | | | | | | | | | | calling OC_Filesystem at this point will initialize file system with wrong us...Björn Schießle2012-10-241-2/+8
* | | | | | | | | | | | | | Merge pull request #76 from fmms/masterLukas Reschke2012-10-236-12/+9
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-234-4/+4
| * | | | | | | | | | | | | Checkstyle: MultiLineConditionFelix Moeller2012-10-231-4/+1
| * | | | | | | | | | | | | Checkstyle: LowerCaseConstantFelix Moeller2012-10-232-4/+4