Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Codestyle: FunctionCallArgumentSpacing | Felix Moeller | 2012-10-23 | 4 | -4/+4 |
| | |||||
* | Checkstyle: MultiLineCondition | Felix Moeller | 2012-10-23 | 1 | -4/+1 |
| | |||||
* | Checkstyle: LowerCaseConstant | Felix Moeller | 2012-10-23 | 2 | -4/+4 |
| | |||||
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 14 | -37/+37 |
| | | | | This is for all LowerCaseConstant warnings | ||||
* | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 10 | -77/+77 |
| | | | | This is NoSpaceAfterComma | ||||
* | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 8 | -12/+12 |
| | | | | This is BracketsNotRequired | ||||
* | Adding the t() function to have the labels in the search results translated | Felix Moeller | 2012-10-22 | 1 | -5/+6 |
| | | | | This should solve #55 | ||||
* | Merge pull request #38 from scambra/datepicker-l10n | Lukas Reschke | 2012-10-22 | 7 | -7/+28 |
|\ | | | | | Translate Datepicker | ||||
| * | Translate formatDate using jquery datepicker | scambra | 2012-10-19 | 6 | -3/+7 |
| | | |||||
| * | translate datepicker | scambra | 2012-10-19 | 6 | -4/+21 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-23 | 75 | -823/+1381 |
| | | |||||
* | | LDAP: fix db update for Postgres | Arthur Schiwon | 2012-10-23 | 2 | -2/+2 |
| | | |||||
* | | Disable enhancedauth by default | Lukas Reschke | 2012-10-22 | 2 | -4/+4 |
| | | | | | | | | Admins can still enable it via config.php | ||||
* | | LDAP: fix cache save and check, fixes oc-2118 | Arthur Schiwon | 2012-10-22 | 1 | -4/+5 |
| | | |||||
* | | Fixing undefined $language | Thomas Müller | 2012-10-22 | 1 | -1/+3 |
| | | |||||
* | | add parameter to specify user for which OC_Filesystem should be initialized. | Björn Schießle | 2012-10-22 | 2 | -3/+6 |
| | | | | | | | | (needed to share files via public links where no user is logged in) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-22 | 30 | -145/+1810 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-21 | 33 | -179/+303 |
| | | |||||
* | | Check for file exists before loading app version file | Bart Visscher | 2012-10-20 | 1 | -3/+2 |
| | | |||||
* | | Fix font family for textarea | Michael Gapczynski | 2012-10-20 | 1 | -1/+1 |
| | | |||||
* | | Apply textbox CSS rules to textarea as well | Michael Gapczynski | 2012-10-20 | 1 | -2/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-20 | 92 | -524/+775 |
|/ | |||||
* | Filter added to get all files into coderage report | Thomas Müller | 2012-10-19 | 1 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-19 | 129 | -1995/+2122 |
| | |||||
* | cleanup report folder | Thomas Mueller | 2012-10-18 | 1 | -3/+3 |
| | |||||
* | adding coverage html | Thomas Mueller | 2012-10-18 | 1 | -3/+4 |
| | |||||
* | Fixing typo | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Fixing expectation - comma was stupid anyhow | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 |
| | |||||
* | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | check if mount point was already loaded to avoid redundant read operations | Björn Schießle | 2012-10-18 | 1 | -1/+8 |
| | |||||
* | typo from previous commit fixed | Björn Schießle | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 2 | -48/+57 |
| | |||||
* | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 2 | -15/+28 |
| | |||||
* | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 6 | -14/+26 |
|\ | | | | | Date l10n fixes | ||||
| * | don't duplicate locales with country code | scambra | 2012-10-16 | 1 | -2/+3 |
| | | |||||
| * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 |
| | | | | | | | | as lib/template.php | ||||
| * | Use strftime to format date with translated month names | scambra | 2012-10-16 | 5 | -9/+21 |
| | | |||||
* | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 2 | -9/+11 |
| | | |||||
* | | when using oracle use LOWER() to make searching files case insensitive | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -2/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-18 | 220 | -4759/+3746 |
| | | |||||
* | | Merge pull request #37 from scambra/js-interpolation-l10n | Thomas Müller | 2012-10-17 | 3 | -17/+17 |
|\ \ | | | | | | | use interpolation for some translations in js | ||||
| * | | use interpolation for some translations in js | scambra | 2012-10-16 | 3 | -17/+17 |
| |/ | |||||
* | | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 2 | -3/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-17 | 9 | -9/+9 |
| | | |||||
* | | From now on we support two german translation: formal and personal | Thomas Mueller | 2012-10-16 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 77 | -551/+2719 |
| | | |||||
* | | remove apps translations - they live in owncloud/apps now | Thomas Mueller | 2012-10-16 | 770 | -133244/+0 |
| | |