summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* make sure that the notification gets shown again after a second tryBjoern Schiessle2014-10-071-32/+37
|
* Prevent monkey clicking on labelsVincent Petry2014-09-261-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 positionLukas Reschke2014-09-261-5/+5
|
* Added spinners in share dropdownVincent Petry2014-09-261-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/postsetupajaxcheckVincent Petry2014-09-232-0/+72
|\ | | | | Moved WebDAV check to client side JS
| * Moved WebDAV and internet checks to client side JSVincent Petry2014-09-232-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 loginThomas Müller2014-09-222-2/+361
|/
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-1954-0/+4761
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * Move select2 from files_external to coreVincent Petry2014-09-0954-0/+4761
| |
* | Merge pull request #7254 from owncloud/core-sortalgoLukas Reschke2014-09-163-1/+212
|\ \ | | | | | | Fixed JS sort comparator to be consistent between JS and PHP
| * | Fixed sort algo for additional casesVincent Petry2014-08-112-2/+8
| | |
| * | Fixed file list sortingVincent Petry2014-08-113-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 viewsRobin McCorkell2014-09-111-0/+1
| | | | | | | | | | | | Path will only be shown if in subdirectory, not in root.
* | | Refresh if maintenance mode is overkondou2014-09-091-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-cssThomas Müller2014-09-092-1/+21
|\ \ | | | | | | Remove special case for css in OC.filePath
| * | Add beforeeach and aftereachLukas Reschke2014-09-091-4/+6
| | |
| * | Add unittest for filePathLukas Reschke2014-09-091-0/+18
| | |
| * | Remove special case for css in OC.filePathRobin Appelman2014-07-211-1/+1
| | |
* | | Merge pull request #10928 from owncloud/allow_dot_in_dbname_on_web_installLukas Reschke2014-09-091-0/+3
|\ \ \ | | | | | | | | allow . in dbname on web install
| * | | allow . in dbname on web installJörn Friedrich Dreyer2014-09-081-0/+3
| | | |
* | | | Use a route instead of s.php and convert tokens asapkondou2014-09-043-6/+5
| | | |
* | | | Initial work on shorter linkskondou2014-09-041-2/+7
|/ / /
* | | Use public api for getting l10nRobin Appelman2014-08-311-1/+1
| | |
* | | Merge pull request #10701 from owncloud/tests-momentjsincludeThomas Müller2014-08-291-1/+2
|\ \ \ | | | | | | | | Include momentjs for unit tests
| * | | Include momentjs for unit testsVincent Petry2014-08-291-1/+2
| | | |
* | | | Merge pull request #10637 from owncloud/fixing-js-issuesThomas Müller2014-08-292-0/+4
|\ \ \ \ | |/ / / |/| | | Init vars with a value if none is provided
| * | | Init vars with a value if none is providedClark Tomlinson2014-08-282-0/+4
| | | |
* | | | Implementing moment.jsClark Tomlinson2014-08-282-28/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc
* | | | add moment.jsGeorg Ehrke2014-08-261-0/+9083
|/ / /
* | | Fix share dropdown when links are not allowedVincent Petry2014-08-212-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-defaultquotafixVincent Petry2014-08-182-65/+84
|\ \ \ | | | | | | | | Fixed default quota field on user management page
| * | | Do not close container/slider when clicking on single select fieldVincent Petry2014-08-151-0/+4
| | | |
| * | | it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-131-1/+1
| | | |
| * | | make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-121-1/+5
| | | |
| * | | Replaced spaces with tabs in apps.jsVincent Petry2014-08-121-54/+54
| | | |
| * | | Trigger events when app-settings visibility changesVincent Petry2014-08-121-4/+15
| | | |
* | | | Merge pull request #10447 from owncloud/share-foldericonfixMorris Jobke2014-08-163-2/+71
|\ \ \ \ | | | | | | | | | | Fixed folder icon update routine when share owner exists
| * | | | Fixed folder icon update routine when share owner existsVincent Petry2014-08-153-2/+71
| |/ / / | | | | | | | | | | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon.
* / / / Adding handlebars.jsThomas Müller2014-08-141-0/+2746
|/ / /
* | / remove 'no people found' entryBjoern Schiessle2014-08-111-12/+1
| |/ |/|
* | update unit test, min date should be always today + 1Bjoern Schiessle2014-08-081-3/+5
| |
* | set minDate always to today + one dayBjoern Schiessle2014-08-081-2/+8
| |
* | Merge pull request #10172 from owncloud/fix-8802Morris Jobke2014-08-071-1/+1
|\ \ | | | | | | Use relative, human readable dates in OC.filePickers - Fixes #8802
| * | Use human readable relative date for oc-dialog-filepickersTom Needham2014-08-071-1/+1
| | |
* | | don't display share permission if resharing was disabled by the adminBjoern Schiessle2014-08-052-2/+3
|/ /
* | also fix filepicker for smaller screen sizesJan-Christoph Borchardt2014-07-311-1/+1
| |
* | fix yellow notification styleJan-Christoph Borchardt2014-07-301-2/+2
| |
* | Merge pull request #9758 from owncloud/share-expdatefixBjörn Schießle2014-07-284-15/+170
|\ \ | | | | | | Fix enforced share expiration date to be based on share time
| * | Fix enforced share expiration date to be based on share timeVincent Petry2014-07-214-15/+170
| |/
* / use the minimum of configured session_livetime and session.gc_maxlifetime ↵Matthias Rieber2014-07-211-1/+1
|/ | | | for session hearbeat interval calculation