summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* improve update error page: remove box, make link visible, insert missing ↵Jan-Christoph Borchardt2014-12-101-3/+2
| | | | space, remove line break
* Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-092-5/+20
| | | | Fix #10836
* Check for working .htaccess via AJAXLukas Reschke2014-12-061-1/+6
| | | | Fixes https://github.com/owncloud/core/issues/12650
* Forward port of #12493Arthur Schiwon2014-12-041-1/+1
| | | | | | | | | | | | | | | | | | add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on
* move jstz to bower managementMorris Jobke2014-12-011-358/+0
|
* Merge pull request #12359 from owncloud/fix-redirect-url-for-password-changeThomas Müller2014-11-241-1/+5
|\ | | | | Use `/` as redirect location if webroot is set to an empty value
| * Use `/` as redirect location if webroot is set to an empty valueLukas Reschke2014-11-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | If the webroot has been set to an empty value or ownCloud has been installed at the root location (`/``) there is a fair chance that the redirect for password resets does not work at all. This means that while the password is getting resetted the user is not redirected to the login page. I'm aware that it might be better to just set the webroot to `/` in those cases but this patch is better in the regard that it cannot break stuff. Thanks to @PVince81 for helping me debugging this. (I'm a moron and assumed it couldn't be THAT easy) Reported by @cdamken
* | Add OCS API header per defaultLukas Reschke2014-11-211-1/+2
|/ | | | Relieve @PVince from having to write it all the time ;-)
* Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjsVincent Petry2014-11-203-2/+106
|\ | | | | Added function to load translations from JS
| * Fix l10n promisesVincent Petry2014-11-192-6/+11
| |
| * Better use of promise in OC.L10N.load()Vincent Petry2014-11-191-13/+8
| |
| * Remove stray generateUrlVincent Petry2014-11-191-5/+0
| |
| * Added function to load translations from JSVincent Petry2014-11-183-2/+111
| | | | | | | | | | | | For apps that support async translation loading, a new function OC.L10N.load() can be used to asynchronously load the translations for a given app.
* | Show spinnerLukas Reschke2014-11-171-0/+1
| |
* | Hide submit button after password changeLukas Reschke2014-11-171-0/+3
| | | | | | | | Creating a new key pair can take 1-2 seconds. So it could happen that the user click the "Reset password" button again which can lead to many nasty things, e.g. we could create two new key pairs in parallel.
* | Warn for password reset when files_encryption is enabledLukas Reschke2014-11-171-13/+6
|/ | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438
* Merge pull request #12158 from owncloud/drop-snapjsMorris Jobke2014-11-131-785/+0
|\ | | | | remove unneeded snap.js - followup to #11985 - ref #12156
| * remove unneeded snap.js - followup to #11985 - ref #12156Morris Jobke2014-11-131-785/+0
| |
* | Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-131-705/+0
|\ \ | |/ |/| Move multiselect to user_ldap
| * Migrate multiselect to user_ldapMorris Jobke2014-11-131-705/+0
| |
* | Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-134-7/+60
|\ \ | |/ |/| Improved JS Docs + added build script for JS Docs
| * Improved Javascript docs for JSDocVincent Petry2014-10-314-7/+60
| | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* | Merge pull request #11929 from owncloud/fix-db-centerJan-Christoph Borchardt2014-11-111-0/+14
|\ \ | | | | | | fixes not centered database chooser on setup page
| * | fixes not centered database chooser on setup pageMorris Jobke2014-11-031-0/+14
| |/ | | | | | | * fixes #11927
* | bower zxcvbnMorris Jobke2014-11-061-1/+1
| |
* | manage select2 via bowerMorris Jobke2014-11-0654-4761/+0
| |
* | bower underscoreMorris Jobke2014-11-052-1346/+2
| |
* | bower handlebarsMorris Jobke2014-11-051-2746/+0
| |
* | Merge pull request #11936 from owncloud/bower-jqueryLukas Reschke2014-11-055-10331/+2
|\ \ | | | | | | Bower jquery
| * | migrate jQuery to bowerMorris Jobke2014-11-045-10331/+2
| | |
* | | drop unused jquery.placeholderMorris Jobke2014-11-052-217/+0
| | |
* | | drop jquery.inview as it is unusedMorris Jobke2014-11-053-190/+0
| | |
* | | drop listview.jsMorris Jobke2014-11-041-71/+0
|/ / | | | | | | * isn't used in core and isn't mentioned in documentation
* / replace moment.js with bower versionMorris Jobke2014-11-032-9085/+4
|/ | | | * fix JS unit tests
* 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.
* 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
* Merge pull request #11708 from owncloud/fix-momentjsVincent Petry2014-10-271-0/+6
|\ | | | | Setting moment locale based on user selection
| * Setting moment locale based on user selectionClark Tomlinson2014-10-231-0/+6
| |
* | Make files non executableLukas Reschke2014-10-242-0/+0
| | | | | | | | There is not much sense in having these files marked executable, we should avoid that.
* | Load avatar in header via PHPkondou2014-10-231-10/+0
| | | | | | | | | | * fix #7484 * use UID, css, and div instead of span
* | implement localizations based on punicThomas Müller2014-10-201-2/+2
|/
* adjust autocomplete behavior for sharing menuCraig Morrissey2014-10-171-1/+1
|
* set password field placeholder back if passward was disabledBjoern Schiessle2014-10-151-0/+1
|
* 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
|/