aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | |
* | | Merge pull request #10985 from owncloud/db-cleanupThomas Müller2014-10-231-4/+0
|\ \ \ | | | | | | | | Cleanup database handling
| * | | Remove implicit prepared statement cache and get the connection from the ↵Robin Appelman2014-10-221-4/+0
| | |/ | |/| | | | | | | server container in \OC_DB
* | | Merge pull request #11710 from owncloud/closeSessionForAvatarsThomas Müller2014-10-231-0/+1
|\ \ \ | | | | | | | | Close session for avatar get
| * | | Close session for avatar getLukas Reschke2014-10-221-0/+1
| |/ / | | | | | | | | | This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-231-7/+56
| | |
* | | Merge pull request #11620 from owncloud/settings-sidebarLukas Reschke2014-10-221-1/+1
|\ \ \ | |/ / |/| | Settings sidebar
| * | implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-1/+1
| | |
* | | Merge pull request #11630 from owncloud/kill-some-legacyLukas Reschke2014-10-211-7/+8
|\ \ \ | | | | | | | | remove legacy class OC_Updater
| * | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-7/+8
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-213-1/+12
| | |
* | | Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfigLukas Reschke2014-10-201-0/+2
|\ \ \ | |/ / |/| | Hide SQLite information on setup when autoconfig is used
| * | Hide SQLite information on setup when autoconfig is usedVincent Petry2014-10-201-0/+2
| |/
* | Merge pull request #11644 from owncloud/tune-share-autocompleteThomas Müller2014-10-201-1/+1
|\ \ | | | | | | adjust autocomplete behavior for sharing menu
| * | adjust autocomplete behavior for sharing menuCraig Morrissey2014-10-171-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-204-1/+38
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-192-1/+38
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-1811-0/+18
|/ /
* | Merge pull request #11594 from owncloud/sharing_toggle_passwordMorris Jobke2014-10-171-0/+1
|\ \ | | | | | | set password field placeholder back if passward was disabled
| * | set password field placeholder back if passward was disabledBjoern Schiessle2014-10-151-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-172-2/+11
| | |
* | | Use l10n on this string as wellLukas Reschke2014-10-161-1/+1
| |/ |/|
* | introduce new app page layoutThomas Müller2014-10-1513-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-142-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-121-1/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-112-2/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-103-4/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-091-1/+1
|