Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 | ||||
* | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 1 | -0/+6 |
|\ | | | | | Setting moment locale based on user selection | ||||
| * | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -0/+6 |
| | | |||||
* | | 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. | ||||
* | | Load avatar in header via PHP | kondou | 2014-10-23 | 1 | -10/+0 |
| | | | | | | | | | | * fix #7484 * use UID, css, and div instead of span | ||||
* | | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -2/+2 |
|/ | |||||
* | adjust autocomplete behavior for sharing menu | Craig Morrissey | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | set password field placeholder back if passward was disabled | Bjoern Schiessle | 2014-10-15 | 1 | -0/+1 |
| | |||||
* | make sure that the notification gets shown again after a second try | Bjoern Schiessle | 2014-10-07 | 1 | -32/+37 |
| | |||||
* | Prevent monkey clicking on labels | Vincent Petry | 2014-09-26 | 1 | -0/+5 |
| | | | | | Clicking on labels while the spinner is there will not trigger the hidden checkbox any more. | ||||
* | Add ID to markup to have the checkboxes in the right position | Lukas Reschke | 2014-09-26 | 1 | -5/+5 |
| | |||||
* | Added spinners in share dropdown | Vincent Petry | 2014-09-26 | 1 | -22/+88 |
| | | | | | | | | | Added spinners for the following actions: - adding user - removing user - changing password - toggling allowing upload - setting a password | ||||
* | Merge pull request #7051 from owncloud/postsetupajaxcheck | Vincent Petry | 2014-09-23 | 2 | -0/+72 |
|\ | | | | | Moved WebDAV check to client side JS | ||||
| * | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 2 | -0/+72 |
| | | | | | | | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 2 | -2/+361 |
|/ | |||||
* | Merge pull request #10968 from owncloud/admin-groupsselect2 | Lukas Reschke | 2014-09-19 | 54 | -0/+4761 |
|\ | | | | | Use select2 for the groups excluded from sharing in admin page | ||||
| * | Move select2 from files_external to core | Vincent Petry | 2014-09-09 | 54 | -0/+4761 |
| | | |||||
* | | Merge pull request #7254 from owncloud/core-sortalgo | Lukas Reschke | 2014-09-16 | 3 | -1/+212 |
|\ \ | | | | | | | Fixed JS sort comparator to be consistent between JS and PHP | ||||
| * | | Fixed sort algo for additional cases | Vincent Petry | 2014-08-11 | 2 | -2/+8 |
| | | | |||||
| * | | Fixed file list sorting | Vincent Petry | 2014-08-11 | 3 | -1/+206 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare() | ||||
* | | | Show original path information in trashbin and sharing views | Robin McCorkell | 2014-09-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Path will only be shown if in subdirectory, not in root. | ||||
* | | | Refresh if maintenance mode is over | kondou | 2014-09-09 | 1 | -0/+20 |
| |/ |/| | | | | | | | | | | | Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload. | ||||
* | | Merge pull request #9753 from owncloud/filepath-css | Thomas Müller | 2014-09-09 | 2 | -1/+21 |
|\ \ | | | | | | | Remove special case for css in OC.filePath | ||||
| * | | Add beforeeach and aftereach | Lukas Reschke | 2014-09-09 | 1 | -4/+6 |
| | | | |||||
| * | | Add unittest for filePath | Lukas Reschke | 2014-09-09 | 1 | -0/+18 |
| | | | |||||
| * | | Remove special case for css in OC.filePath | Robin Appelman | 2014-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #10928 from owncloud/allow_dot_in_dbname_on_web_install | Lukas Reschke | 2014-09-09 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | allow . in dbname on web install | ||||
| * | | | allow . in dbname on web install | Jörn Friedrich Dreyer | 2014-09-08 | 1 | -0/+3 |
| | | | | |||||
* | | | | Use a route instead of s.php and convert tokens asap | kondou | 2014-09-04 | 3 | -6/+5 |
| | | | | |||||
* | | | | Initial work on shorter links | kondou | 2014-09-04 | 1 | -2/+7 |
|/ / / | |||||
* | | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #10701 from owncloud/tests-momentjsinclude | Thomas Müller | 2014-08-29 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Include momentjs for unit tests | ||||
| * | | | Include momentjs for unit tests | Vincent Petry | 2014-08-29 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #10637 from owncloud/fixing-js-issues | Thomas Müller | 2014-08-29 | 2 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | Init vars with a value if none is provided | ||||
| * | | | Init vars with a value if none is provided | Clark Tomlinson | 2014-08-28 | 2 | -0/+4 |
| | | | | |||||
* | | | | Implementing moment.js | Clark Tomlinson | 2014-08-28 | 2 | -28/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc | ||||
* | | | | add moment.js | Georg Ehrke | 2014-08-26 | 1 | -0/+9083 |
|/ / / | |||||
* | | | Fix share dropdown when links are not allowed | Vincent Petry | 2014-08-21 | 2 | -11/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | When links are not allowed, the email field does not exist and autocomplete returns null. This causes Javascript errors. The fix prevents entering the bogus block when links aren't allowed, as it doesn't make sense to enter it in such cases anyway. | ||||
* | | | Merge pull request #10339 from owncloud/users-defaultquotafix | Vincent Petry | 2014-08-18 | 2 | -65/+84 |
|\ \ \ | | | | | | | | | Fixed default quota field on user management page | ||||
| * | | | Do not close container/slider when clicking on single select field | Vincent Petry | 2014-08-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-12 | 1 | -1/+5 |
| | | | | |||||
| * | | | Replaced spaces with tabs in apps.js | Vincent Petry | 2014-08-12 | 1 | -54/+54 |
| | | | | |||||
| * | | | Trigger events when app-settings visibility changes | Vincent Petry | 2014-08-12 | 1 | -4/+15 |
| | | | | |||||
* | | | | Merge pull request #10447 from owncloud/share-foldericonfix | Morris Jobke | 2014-08-16 | 3 | -2/+71 |
|\ \ \ \ | | | | | | | | | | | Fixed folder icon update routine when share owner exists | ||||
| * | | | | Fixed folder icon update routine when share owner exists | Vincent Petry | 2014-08-15 | 3 | -2/+71 |
| |/ / / | | | | | | | | | | | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon. | ||||
* / / / | Adding handlebars.js | Thomas Müller | 2014-08-14 | 1 | -0/+2746 |
|/ / / | |||||
* | / | remove 'no people found' entry | Bjoern Schiessle | 2014-08-11 | 1 | -12/+1 |
| |/ |/| | |||||
* | | update unit test, min date should be always today + 1 | Bjoern Schiessle | 2014-08-08 | 1 | -3/+5 |
| | |