summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Indicate that the share owner is remote in the filelistJoas Schilling2015-01-272-3/+6
|
* Merge pull request #13323 from owncloud/move-searchLukas Reschke2015-01-152-2/+2
|\ | | | | Move search to core/search
| * adjust paths for searchMorris Jobke2015-01-142-2/+2
| |
* | Read version and product name from update templateVincent Petry2015-01-141-4/+8
|/ | | | | | During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them.
* Fix reshare permission issueVincent Petry2015-01-092-0/+158
| | | | | The actual share permissions sent to the server on reshare are now based on possiblePermissions + permissions inherited from parent share
* Add timeout for notificationsMorris Jobke2015-01-082-0/+134
| | | | | | | | * options for timeout in seconds and if it contains HTML * if timeout is 0 it will show the message permanently * removes the notification after a given (default: 5 seconds) timeframe * based on work by @brantje * provide JS unit tests for notifications
* Merge pull request #12687 from owncloud/auto-escape-t-placeholdersMorris Jobke2015-01-073-15/+43
|\ | | | | Auto escape t placeholders
| * Autoescape of placeholders in t() and p() - for JSMorris Jobke2015-01-073-15/+43
| | | | | | | | | | | | | | * add disableEscape parameter to disable this functionality * drop usage of escapeHTML() that is now done inside t() * add unit test for escaped and not escaped placeholder * proper JSDoc
* | make OCA.Search.Files available in tests and for other appsJörn Friedrich Dreyer2015-01-021-1/+2
| |
* | move search results below filelist, show hint when results are off screen, ↵Jörn Friedrich Dreyer2015-01-021-36/+1
| | | | | | | | use js plugin mechanism
* | add paged providerJörn Friedrich Dreyer2015-01-021-1/+1
| |
* | move code from js.js to search.js in the search appJörn Friedrich Dreyer2015-01-021-58/+3
| |
* | new OC.Search, add search result formatters and handlers, use full content ↵Jörn Friedrich Dreyer2015-01-021-20/+57
|/ | | | width for results
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-30/+52
| | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
* Merge pull request #12948 from owncloud/wordingJörn Friedrich Dreyer2014-12-191-2/+2
|\ | | | | Wording fixes for sharing dialog
| * change 'Allow Public Upload' to more understandable 'Allow editing', fix #10438Jan-Christoph Borchardt2014-12-181-1/+1
| |
| * change 'update' to more understandable 'change', fix #10408Jan-Christoph Borchardt2014-12-181-1/+1
| |
* | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-1/+5
|\ \ | | | | | | Wave accessibility compliance
| * | get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-1/+1
| | |
| * | add missing input labels for Share dialogJan-Christoph Borchardt2014-12-181-0/+4
| |/
* / load showpassord.js conditionally in the template only if neededThomas Müller2014-12-162-29/+5
|/
* Merge pull request #12360 from owncloud/files-tagsLukas Reschke2014-12-152-1/+21
|\ | | | | Add favorites to files app
| * Load handlebars in coreVincent Petry2014-12-151-1/+2
| |
| * Added favorites feature to the files appVincent Petry2014-12-151-0/+19
| |
* | Merge pull request #12555 from owncloud/app_specific_searchJörn Friedrich Dreyer2014-12-151-1/+8
|\ \ | | | | | | introduce inApps[] filter for search via ajax query
| * | introduce inApps[] filter for search via ajax query, make file results show ↵Jörn Friedrich Dreyer2014-12-101-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count
* | | bower jquery-ui - exported changes to a separate css fileMorris Jobke2014-12-132-14851/+1
| |/ |/|
* | Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-132-5/+5
|\ \ | | | | | | Move file thumbnail element into the label tag
| * | Move file thumbnail into the label elementVincent Petry2014-12-112-5/+5
| | |
* | | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-123-0/+115
|\ \ \ | | | | | | | | Simple Plugin system for Javascript
| * | | Simple Plugin system for JavascriptVincent Petry2014-12-013-0/+115
| | |/ | |/|
* | | Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-30/+43
|\ \ \ | |_|/ |/| | Handle readonly shared files
| * | show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-30/+43
| | |
* | | 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