aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add BackgroundJob::setExecutionType() to public APIJakob Sack2012-10-272-7/+30
* 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-273-2/+20
* fixed user/group sharing hooksFlorian Hülsmann2012-10-261-13/+13
* Split database setup code to functionsBart Visscher2012-10-261-223/+238
* Hook emission on sharing stuffFlorian Hülsmann2012-10-261-1/+30
* 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
* add the possibility to add an preupdate.phpGeorg Ehrke2012-10-261-0/+4
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-267-1/+11
* Check for iconvLukas Reschke2012-10-251-1/+4
* Allow any characters in the groupnameLukas Reschke2012-10-251-7/+0
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-2557-0/+216
* Merge pull request #81 from fmms/masterLukas Reschke2012-10-2417-35/+35
|\
| * NoSpaceAfterComma IIFelix Moeller2012-10-233-5/+5
| * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-2316-34/+34
* | normalize pathBjörn Schießle2012-10-241-1/+1
* | Merge pull request #76 from fmms/masterLukas Reschke2012-10-232-8/+5
|\|
| * Codestyle: FunctionCallArgumentSpacingFelix Moeller2012-10-231-1/+1
| * Checkstyle: MultiLineConditionFelix Moeller2012-10-231-4/+1
| * Checkstyle: LowerCaseConstantFelix Moeller2012-10-231-3/+3
* | Merge pull request #75 from fmms/masterLukas Reschke2012-10-237-28/+28
|\|
| * More Checkstyle cleanupFelix Moeller2012-10-237-28/+28
* | Merge pull request #62 from fmms/masterLukas Reschke2012-10-238-75/+75
|\|
| * Make Jenkins more happy.Felix Moeller2012-10-238-75/+75
* | Merge pull request #40 from scambra/dateformat-fixesLukas Reschke2012-10-231-1/+6
|\ \
| * | fix strftime in windows, use %#d instead of %e in windowsscambra2012-10-231-1/+6
* | | use strtotime on non-nummeric times in oc_filesystem::touchRobin Appelman2012-10-231-0/+3
|/ /
* | Merge pull request #12 from scambra/fixesicewind19912012-10-233-24/+40
|\ \
| * | check free space using folder's ownerscambra2012-09-193-24/+40
* | | Merge pull request #59 from fmms/mastericewind19912012-10-237-11/+11
|\ \ \ | | |/ | |/|
| * | Correct a first issue Checkstyle is complaining about ...Felix Moeller2012-10-227-11/+11
* | | Merge pull request #58 from fmms/masterLukas Reschke2012-10-231-5/+6
|\| |
| * | Adding the t() function to have the labels in the search results translatedFelix Moeller2012-10-221-5/+6
* | | get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
|/ /
* | Merge pull request #38 from scambra/datepicker-l10nLukas Reschke2012-10-221-1/+6
|\ \
| * | Translate formatDate using jquery datepickerscambra2012-10-191-0/+2
| * | translate datepickerscambra2012-10-191-1/+4
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-234-10/+58
* | | Disable enhancedauth by defaultLukas Reschke2012-10-222-4/+4
* | | Fixing undefined $languageThomas Müller2012-10-221-1/+3
* | | add parameter to specify user for which OC_Filesystem should be initialized.Björn Schießle2012-10-222-3/+6
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-221-0/+28
* | | Check for file exists before loading app version fileBart Visscher2012-10-201-3/+2
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-10-202-5/+5
|/ /
* | check if mount point was already loaded to avoid redundant read operationsBjörn Schießle2012-10-181-1/+8
* | typo from previous commit fixedBjörn Schießle2012-10-181-1/+1
* | load system wide configured mount points before accessing shared filesBjörn Schießle2012-10-182-48/+57
* | check for mount points if file was shared from a different userBjörn Schießle2012-10-182-15/+28
* | Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-182-6/+9
|\ \