Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | |||||
* | | | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | Cleanup database handling | ||||
| * | | | Remove implicit prepared statement cache and get the connection from the ↵ | Robin Appelman | 2014-10-22 | 1 | -4/+0 |
| | |/ | |/| | | | | | | | server container in \OC_DB | ||||
* | | | Merge pull request #11710 from owncloud/closeSessionForAvatars | Thomas Müller | 2014-10-23 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Close session for avatar get | ||||
| * | | | Close session for avatar get | Lukas Reschke | 2014-10-22 | 1 | -0/+1 |
| |/ / | | | | | | | | | | This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 1 | -7/+56 |
| | | | |||||
* | | | Merge pull request #11620 from owncloud/settings-sidebar | Lukas Reschke | 2014-10-22 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Settings sidebar | ||||
| * | | implement sidebar fro personal settings - bad kung-fu | Thomas Müller | 2014-10-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #11630 from owncloud/kill-some-legacy | Lukas Reschke | 2014-10-21 | 1 | -7/+8 |
|\ \ \ | | | | | | | | | remove legacy class OC_Updater | ||||
| * | | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -7/+8 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 3 | -1/+12 |
| | | | |||||
* | | | Merge pull request #11666 from owncloud/setup-hidesqlitemessageforautoconfig | Lukas Reschke | 2014-10-20 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Hide SQLite information on setup when autoconfig is used | ||||
| * | | Hide SQLite information on setup when autoconfig is used | Vincent Petry | 2014-10-20 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #11644 from owncloud/tune-share-autocomplete | Thomas Müller | 2014-10-20 | 1 | -1/+1 |
|\ \ | | | | | | | adjust autocomplete behavior for sharing menu | ||||
| * | | adjust autocomplete behavior for sharing menu | Craig Morrissey | 2014-10-17 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 4 | -1/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-19 | 2 | -1/+38 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-18 | 11 | -0/+18 |
|/ / | |||||
* | | Merge pull request #11594 from owncloud/sharing_toggle_password | Morris Jobke | 2014-10-17 | 1 | -0/+1 |
|\ \ | | | | | | | set password field placeholder back if passward was disabled | ||||
| * | | set password field placeholder back if passward was disabled | Bjoern Schiessle | 2014-10-15 | 1 | -0/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-17 | 2 | -2/+11 |
| | | | |||||
* | | | Use l10n on this string as well | Lukas Reschke | 2014-10-16 | 1 | -1/+1 |
| |/ |/| | |||||
* | | introduce new app page layout | Thomas Müller | 2014-10-15 | 13 | -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 transifex | Jenkins for ownCloud | 2014-10-14 | 2 | -1/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-12 | 1 | -1/+26 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-11 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-10 | 3 | -4/+24 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-09 | 1 | -1/+1 |
| |