summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* More Checkstyle cleanupFelix Moeller2012-10-233-4/+4
| | | | This is for all LowerCaseConstant warnings
* Merge pull request #38 from scambra/datepicker-l10nLukas Reschke2012-10-226-6/+22
|\ | | | | Translate Datepicker
| * Translate formatDate using jquery datepickerscambra2012-10-195-3/+5
| |
| * translate datepickerscambra2012-10-195-3/+17
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-234-2/+141
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-222-1/+38
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-212-1/+25
| |
* | Fix font family for textareaMichael Gapczynski2012-10-201-1/+1
| |
* | Apply textbox CSS rules to textarea as wellMichael Gapczynski2012-10-201-2/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-2011-30/+102
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-1912-3/+102
|
* Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-183-3/+13
|\ | | | | Date l10n fixes
| * Use strftime to format date with translated month namesscambra2012-10-163-3/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-1827-130/+62
| |
* | Merge pull request #37 from scambra/js-interpolation-l10nThomas Müller2012-10-171-3/+3
|\ \ | | | | | | use interpolation for some translations in js
| * | use interpolation for some translations in jsscambra2012-10-161-3/+3
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2012-10-1613-15/+220
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-1610-0/+54
|
* Show a warning in the installer if .htaccess is not workingLukas Reschke2012-10-151-0/+6
|
* avoid undefined index warning on login pageMichael Göhler2012-10-151-2/+2
|
* Remove spaceLukas Reschke2012-10-151-1/+1
|
* Verify password page for usersLukas Reschke2012-10-151-0/+18
|
* Merge pull request #30 from visit1985/logonpageLukas Reschke2012-10-151-2/+13
|\ | | | | extend logon page to display multiple error messages
| * extend logon page to display multiple error messagesMichael Göhler2012-10-141-2/+13
| |
* | Show a warning in the installer if no secure RNG is availableLukas Reschke2012-10-141-2/+8
| |
* | Doublehash the token to prevent timing attacksLukas Reschke2012-10-142-3/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-141-0/+27
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-132-0/+14
|/
* escapeHTML functionLukas Reschke2012-10-121-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-124-0/+67
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-112-0/+26
|
* Merge pull request #24 from owncloud/js_variable_interpolationThomas Müller2012-10-101-3/+19
|\ | | | | A suggestion for simple, yet efficient variable interpolation in js translations
| * Suggestion for simple, yet efficient variable interpolation in js translations.Thomas Tanghus2012-10-051-3/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-101-0/+21
| |
* | Fix autocomplete search for users for groups only share policyMichael Gapczynski2012-10-091-6/+11
| |
* | fix for bug #1942: Allow user to share with every group if "allow users to ↵Björn Schießle2012-10-091-1/+5
| | | | | | | | share with anyone" is set
* | Prevent closing sharing dialog on picking the dateVictor Dubiniuk2012-10-081-2/+2
| |
* | Prevent closing sharing dialog on month adjustment. Fixes oc-1884Victor Dubiniuk2012-10-081-1/+4
| |
* | fix a lot of small layout bugs and make the apps page overall prettier plus ↵Frank Karlitschek2012-10-0811-0/+0
| | | | | | | | add ratings finally
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-081-0/+28
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-071-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-061-0/+9
| |
* | always generate access token, also for forms shown to anonymous users (e.g. ↵Björn Schießle2012-10-052-0/+4
|/ | | | public shares)
* share.expiration is null if no expiration date is set.Björn Schießle2012-10-041-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-041-0/+6
|
* Show correct public link url for foldersMichael Gapczynski2012-10-031-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-021-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-023-1/+34
|
* Fixed old, annoying css error that it turned out I had made myself :-PThomas Tanghus2012-10-011-1/+1
|
* Share - Dropdown dialog - cut off username if it's longer than 14 chars - ↵Georg Ehrke2012-10-011-2/+6
| | | | bugfix for oc-1871