aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* bower strengthifyMorris Jobke2014-11-065-14/+209
|
* md5 now handled via bowerMorris Jobke2014-11-062-0/+285
|
* bower snapjsMorris Jobke2014-11-062-0/+800
|
* bower zxcvbnMorris Jobke2014-11-064-1/+69
|
* bower jcropMorris Jobke2014-11-065-0/+1890
|
* manage select2 via bowerMorris Jobke2014-11-0659-1295/+9
|
* Merge pull request #11982 from owncloud/bower-underscoreVincent Petry2014-11-064-5/+32
|\ | | | | bower underscore
| * bower underscoreMorris Jobke2014-11-054-5/+32
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-064-4/+38
|/
* bower handlebarsMorris Jobke2014-11-052-0/+4
|
* Merge pull request #11936 from owncloud/bower-jqueryLukas Reschke2014-11-0510-156/+166
|\ | | | | Bower jquery
| * migrate jQuery to bowerMorris Jobke2014-11-0410-156/+166
| |
* | Merge pull request #11968 from owncloud/drop-jquery-placeholderLukas Reschke2014-11-052-217/+0
|\ \ | | | | | | drop unused jquery.placeholder
| * | drop unused jquery.placeholderMorris Jobke2014-11-052-217/+0
| | |
* | | explicitly unbold text by default, otherwise might be boldJan-Christoph Borchardt2014-11-051-0/+2
| | |
* | | unbold labels and foldersJan-Christoph Borchardt2014-11-051-6/+3
| | |
* | | Merge pull request #11928 from owncloud/support-HTML-in-logoThomas Müller2014-11-051-1/+1
|\ \ \ | |/ / |/| | Support HTML in logo
| * | Support HTML in logo claimLukas Reschke2014-11-031-1/+1
| | |
* | | drop jquery.inview as it is unusedMorris Jobke2014-11-053-190/+0
| | |
* | | Merge pull request #11953 from owncloud/drop-listview-jsThomas Müller2014-11-051-71/+0
|\ \ \ | | | | | | | | drop listview.js
| * | | drop listview.jsMorris Jobke2014-11-041-71/+0
| | |/ | |/| | | | | | | * isn't used in core and isn't mentioned in documentation
* / | [tx-robot] updated from transifexJenkins for ownCloud2014-11-054-4/+68
|/ /
* | Merge pull request #11916 from owncloud/introduce-bowerMorris Jobke2014-11-044-54/+159
|\ \ | | | | | | Introduce bower dependency managment for frontend libraries
| * | replace moment.js with bower versionMorris Jobke2014-11-034-54/+159
| |/ | | | | | | * fix JS unit tests
* / [tx-robot] updated from transifexJenkins for ownCloud2014-11-042-2/+2
|/
* Fix ctor call in OC\Core\Command\UpgradeThomas Müller2014-11-031-0/+1
|
* Enhance question in DB migration scriptunclejamal30002014-11-021-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-016-6/+30
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-3124-20/+112
|
* Merge pull request #11080 from owncloud/addheader-text-2Vincent Petry2014-10-303-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 Reschke2014-10-283-28/+3
| | | | | | | | | | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-30240-496/+450
| |
* | update all translation files to js and jsonThomas Müller2014-10-29351-11144/+22246
| |
* | adding console command to generate javascript translation files based on ↵Thomas Müller2014-10-292-0/+121
| | | | | | | | | | | | existing php translation files read server side translations from json files
* | Include core translationsVincent Petry2014-10-291-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 outThomas Müller2014-10-292-33/+0
| | | | | | | | remove translation.php
* | Added OC.L10N namespace with translation functionsVincent Petry2014-10-295-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 transifexJenkins for ownCloud2014-10-292-1/+22
|/
* Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurableLukas Reschke2014-10-271-34/+29
|\ | | | | Make supported DBs configurable within config.php
| * code cleanup during review :+1:Thomas Müller2014-10-271-8/+8
| |
| * Make supported DBs configurable within config.phpLukas Reschke2014-10-271-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-momentjsVincent Petry2014-10-274-18/+24
|\ \ | | | | | | Setting moment locale based on user selection
| * | Setting moment locale based on user selectionClark Tomlinson2014-10-234-18/+24
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-261-3/+3
| |/ |/|
* | Make files non executableLukas Reschke2014-10-242-0/+0
| | | | | | | | There is not much sense in having these files marked executable, we should avoid that.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-10-242-3/+12
| |
* | add avatardiv-shown class to bring back mobile styleMorris Jobke2014-10-231-1/+1
| |
* | Load avatar in header via PHPkondou2014-10-233-13/+9
| | | | | | | | | | * fix #7484 * use UID, css, and div instead of span
* | Merge pull request #11549 from owncloud/add-more-localizations-masterThomas Müller2014-10-234-23/+2
|\ \ | | | | | | implement localizations based on punic
| * | implement localizations based on punicThomas Müller2014-10-204-23/+2
| | |