Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bower strengthify | Morris Jobke | 2014-11-06 | 5 | -14/+209 |
| | |||||
* | md5 now handled via bower | Morris Jobke | 2014-11-06 | 2 | -0/+285 |
| | |||||
* | bower snapjs | Morris Jobke | 2014-11-06 | 2 | -0/+800 |
| | |||||
* | bower zxcvbn | Morris Jobke | 2014-11-06 | 4 | -1/+69 |
| | |||||
* | bower jcrop | Morris Jobke | 2014-11-06 | 5 | -0/+1890 |
| | |||||
* | manage select2 via bower | Morris Jobke | 2014-11-06 | 59 | -1295/+9 |
| | |||||
* | Merge pull request #11982 from owncloud/bower-underscore | Vincent Petry | 2014-11-06 | 4 | -5/+32 |
|\ | | | | | bower underscore | ||||
| * | bower underscore | Morris Jobke | 2014-11-05 | 4 | -5/+32 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-06 | 4 | -4/+38 |
|/ | |||||
* | bower handlebars | Morris Jobke | 2014-11-05 | 2 | -0/+4 |
| | |||||
* | Merge pull request #11936 from owncloud/bower-jquery | Lukas Reschke | 2014-11-05 | 10 | -156/+166 |
|\ | | | | | Bower jquery | ||||
| * | migrate jQuery to bower | Morris Jobke | 2014-11-04 | 10 | -156/+166 |
| | | |||||
* | | Merge pull request #11968 from owncloud/drop-jquery-placeholder | Lukas Reschke | 2014-11-05 | 2 | -217/+0 |
|\ \ | | | | | | | drop unused jquery.placeholder | ||||
| * | | drop unused jquery.placeholder | Morris Jobke | 2014-11-05 | 2 | -217/+0 |
| | | | |||||
* | | | explicitly unbold text by default, otherwise might be bold | Jan-Christoph Borchardt | 2014-11-05 | 1 | -0/+2 |
| | | | |||||
* | | | unbold labels and folders | Jan-Christoph Borchardt | 2014-11-05 | 1 | -6/+3 |
| | | | |||||
* | | | Merge pull request #11928 from owncloud/support-HTML-in-logo | Thomas Müller | 2014-11-05 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Support HTML in logo | ||||
| * | | Support HTML in logo claim | Lukas Reschke | 2014-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | drop jquery.inview as it is unused | Morris Jobke | 2014-11-05 | 3 | -190/+0 |
| | | | |||||
* | | | Merge pull request #11953 from owncloud/drop-listview-js | Thomas Müller | 2014-11-05 | 1 | -71/+0 |
|\ \ \ | | | | | | | | | drop listview.js | ||||
| * | | | drop listview.js | Morris Jobke | 2014-11-04 | 1 | -71/+0 |
| | |/ | |/| | | | | | | | * isn't used in core and isn't mentioned in documentation | ||||
* / | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-05 | 4 | -4/+68 |
|/ / | |||||
* | | Merge pull request #11916 from owncloud/introduce-bower | Morris Jobke | 2014-11-04 | 4 | -54/+159 |
|\ \ | | | | | | | Introduce bower dependency managment for frontend libraries | ||||
| * | | replace moment.js with bower version | Morris Jobke | 2014-11-03 | 4 | -54/+159 |
| |/ | | | | | | | * fix JS unit tests | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-04 | 2 | -2/+2 |
|/ | |||||
* | Fix ctor call in OC\Core\Command\Upgrade | Thomas Müller | 2014-11-03 | 1 | -0/+1 |
| | |||||
* | Enhance question in DB migration script | unclejamal3000 | 2014-11-02 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-01 | 6 | -6/+30 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-31 | 24 | -20/+112 |
| | |||||
* | Merge pull request #11080 from owncloud/addheader-text-2 | Vincent Petry | 2014-10-30 | 3 | -28/+3 |
|\ | | | | | Fix the addHeader tag attributes text methods to not ignore the text parameter | ||||
| * | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵ | Lukas Reschke | 2014-10-28 | 3 | -28/+3 |
| | | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-30 | 240 | -496/+450 |
| | | |||||
* | | update all translation files to js and json | Thomas Müller | 2014-10-29 | 351 | -11144/+22246 |
| | | |||||
* | | adding console command to generate javascript translation files based on ↵ | Thomas Müller | 2014-10-29 | 2 | -0/+121 |
| | | | | | | | | | | | | existing php translation files read server side translations from json files | ||||
* | | Include core translations | Vincent Petry | 2014-10-29 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Moved search result type translations to search.js Load JS translations earlier Translations need to be loaded earlier to make sure that some JS files like search.js get access to translations at this time. This requires the template initialization to be moved to after session initialization, because only after the session we have access to the current language. | ||||
* | | in case a translation javascript is not found we no longer bail out | Thomas Müller | 2014-10-29 | 2 | -33/+0 |
| | | | | | | | | remove translation.php | ||||
* | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 5 | -128/+286 |
| | | | | | | | | | | | | | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-29 | 2 | -1/+22 |
|/ | |||||
* | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 1 | -34/+29 |
|\ | | | | | Make supported DBs configurable within config.php | ||||
| * | code cleanup during review :+1: | Thomas Müller | 2014-10-27 | 1 | -8/+8 |
| | | |||||
| * | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 1 | -27/+22 |
| | | | | | | | | | | | | This commit will make the supported DBs for installation configurable within config.php. By default the following databases are tested: "sqlite", "mysql", "pgsql". The reason behind this is that there might be instances where we want to prevent SQLite to be used by mistake. To test this play around with the new configuration parameter "supportedDatabases". | ||||
* | | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 4 | -18/+24 |
|\ \ | | | | | | | Setting moment locale based on user selection | ||||
| * | | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 4 | -18/+24 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-26 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Make files non executable | Lukas Reschke | 2014-10-24 | 2 | -0/+0 |
| | | | | | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 2 | -3/+12 |
| | | |||||
* | | add avatardiv-shown class to bring back mobile style | Morris Jobke | 2014-10-23 | 1 | -1/+1 |
| | | |||||
* | | Load avatar in header via PHP | kondou | 2014-10-23 | 3 | -13/+9 |
| | | | | | | | | | | * fix #7484 * use UID, css, and div instead of span | ||||
* | | Merge pull request #11549 from owncloud/add-more-localizations-master | Thomas Müller | 2014-10-23 | 4 | -23/+2 |
|\ \ | | | | | | | implement localizations based on punic | ||||
| * | | implement localizations based on punic | Thomas Müller | 2014-10-20 | 4 | -23/+2 |
| | | |