aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-237-15/+65
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | [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
* | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-226-11/+41
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Added missing backtick to sql query.Thomas Tanghus2012-10-221-1/+1
* | | | | | | | | | | | | | | Fix accidentally creating new categories with the id as name.Thomas Tanghus2012-10-201-6/+9
* | | | | | | | | | | | | | | Filter out special Favorites category.Thomas Tanghus2012-10-201-5/+14
* | | | | | | | | | | | | | | Remove redundant class wrapping.Thomas Tanghus2012-10-191-1/+0
* | | | | | | | | | | | | | | Use self::prepare() instead of self::$connection->prepare.Thomas Tanghus2012-10-191-1/+1
* | | | | | | | | | | | | | | Removed useless ORDER BY from query.Thomas Tanghus2012-10-191-1/+1
* | | | | | | | | | | | | | | Renamed OC_VCategories::add() to addMulti() and let the add() method return t...Thomas Tanghus2012-10-191-4/+28
* | | | | | | | | | | | | | | Return result from OC_DB::insertIfNotExist().Thomas Tanghus2012-10-191-1/+1
* | | | | | | | | | | | | | | Make categories var static.Thomas Tanghus2012-10-191-27/+29
* | | | | | | | | | | | | | | White space fix.Thomas Tanghus2012-10-191-69/+69
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_dbThomas Tanghus2012-10-194-68/+106
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | don't duplicate locales with country codescambra2012-10-161-2/+3
| | * | | | | | | | | | | | | | Use strftime to format date with translated month namesscambra2012-10-162-6/+8