summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded vars from unit testThomas Müller2013-08-051-2/+2
* adding proper evaluation of plural form - uses LGPL licensed code of jsgettextThomas Müller2013-08-031-17/+62
* initialize $plural_form_string with English defaultThomas Müller2013-08-031-1/+1
* return plural form in ajax translationsThomas Müller2013-08-031-1/+1
* unit tests for plural translations addedThomas Müller2013-08-026-6/+106
* another new lineThomas Müller2013-08-021-1/+1
* PHPDoc comments adjusted *partially* - fixing call to createPluralFormFunctionThomas Müller2013-08-021-11/+18
* add new line to generated php codeThomas Müller2013-08-021-1/+1
* Fix syntax error.Jakob Sack2013-08-011-1/+2
* Fix copy and paste errors in l10n.phpJakob Sack2013-08-012-2/+2
* Create plural functions on the flyJakob Sack2013-08-012-7/+86
* Update l10n.php to read plural_forms stringJakob Sack2013-08-011-8/+22
* Save the plural information given in po filesJakob Sack2013-08-011-5/+20
* Fix an error jenkins foundJakob Sack2013-07-161-1/+1
* Fix two bugs in l10n.plJakob Sack2013-07-161-2/+2
* Add multiple plural forms to the php partJakob Sack2013-07-163-11/+43
* Allow several plural forms in l10n php filesJakob Sack2013-07-161-6/+11
* Partly integrate plural translations into jsJakob Sack2013-07-071-19/+36
* make l10n libs capable of handling plural translationsJakob Sack2013-07-072-3/+28
* Add possibility to read/write plural translationsJakob Sack2013-07-071-6/+22
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-07544-1227/+1335
* [tx-robot] updated from transifexJenkins for ownCloud2013-07-06693-4714/+7173
* Merge pull request #3951 from owncloud/fixing-3936-masterThomas Müller2013-07-052-5/+23
|\
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-052-5/+17
| * php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| * get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
* | Merge pull request #3955 from owncloud/cache-scanner-testThomas Müller2013-07-051-0/+1
|\ \
| * | Scanner test: ensure mtime in the cache is the same as on the storage to prev...Robin Appelman2013-07-051-0/+1
* | | Merge pull request #3958 from owncloud/fixing-3933-masterThomas Müller2013-07-052-76/+82
|\ \ \
| * | | adding tipsy to the upload button showing the max upload and restoring client...Thomas Müller2013-07-052-76/+82
* | | | Merge pull request #3948 from owncloud/fixing-3934-masterBart Visscher2013-07-052-2/+5
|\ \ \ \
| * | | | fixing === and identThomas Müller2013-07-051-6/+6
| * | | | Merge branch 'master' into fixing-3934-masterThomas Müller2013-07-053-13/+13
| |\| | |
| * | | | no anonymous upload on files only foldersThomas Müller2013-07-052-5/+10
* | | | | Merge pull request #3957 from owncloud/config-glob-failThomas Müller2013-07-051-0/+3
|\ \ \ \ \
| * | | | | OC_Config: handle failure of glob('*.config.php')Robin Appelman2013-07-051-0/+3
| | |_|/ / | |/| | |
* | | | | remove wrong closing bracketBjörn Schießle2013-07-051-1/+0
* | | | | added helper function to escape glob patternBjörn Schießle2013-07-053-5/+15
* | | | | fix getUidAndFilename() testBjörn Schießle2013-07-051-1/+1
* | | | | only check for external mount points if the external storage app is enabledBjörn Schießle2013-07-051-9/+12
* | | | | make trash bin aware of system wide mounts with respect to encryption keysBjörn Schießle2013-07-051-7/+21
* | | | | only escape glob patternBjörn Schießle2013-07-052-4/+9
* | | | | del share keys from correct locationBjörn Schießle2013-07-051-3/+16
* | | | | always return normalized pathBjörn Schießle2013-07-051-1/+1
* | | | | delete file keys from the correct locationBjörn Schießle2013-07-051-1/+8
* | | | | handle rename correctly for system wide mountsBjörn Schießle2013-07-051-9/+16
* | | | | move isSystemWideMountPoint() to util.phpBjörn Schießle2013-07-052-19/+19
* | | | | some performance improvements, check for system wide mounts only once while w...Björn Schießle2013-07-051-40/+25
* | | | | fix path to OC_Mount_ConfigBjörn Schießle2013-07-052-2/+2
* | | | | handle system wide mount pointsBjörn Schießle2013-07-052-17/+62
| |_|/ / |/| | |