Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix scrutinizer issues | Jan-Christoph Borchardt | 2015-03-27 | 1 | -6/+9 | |
| | ||||||
* | adjust controls bar width to not overlay scrollbar | Jan-Christoph Borchardt | 2015-03-27 | 1 | -0/+52 | |
| | ||||||
* | mock up missing elements in the tests | Jan-Christoph Borchardt | 2015-03-26 | 1 | -1/+1 | |
| | ||||||
* | only move dropdown triangle when navigation is opened, fix timing bug | Jan-Christoph Borchardt | 2015-03-26 | 1 | -7/+14 | |
| | ||||||
* | reintroduce quick animation for menus | Jan-Christoph Borchardt | 2015-03-26 | 1 | -7/+7 | |
| | ||||||
* | fix log in issue, fix arrow position, make dropdown work in Firefox | Jan-Christoph Borchardt | 2015-03-26 | 1 | -3/+4 | |
| | ||||||
* | move triangle of apps dropdown to align with app name triangle | Jan-Christoph Borchardt | 2015-03-26 | 1 | -0/+6 | |
| | ||||||
* | popover style for apps and user dropdown menus | Jan-Christoph Borchardt | 2015-03-26 | 1 | -6/+6 | |
| | ||||||
* | Don't use hardcoded date and time | Daniel Hansson | 2015-03-24 | 1 | -1/+1 | |
| | | | Use local time instead. http://momentjs.com/ | |||||
* | Use 24h format instead of 12h format | Daniel Hansson | 2015-03-24 | 1 | -1/+1 | |
| | | | Use correct time format in WebUI | |||||
* | Revert "Change to 24H format instead of 12H format" | Vincent Petry | 2015-03-24 | 1 | -1/+1 | |
| | | | | This reverts commit 8279dde97a8f93b74eb733d243d6a5bb41aa15e3. | |||||
* | Change to 24H format instead of 12H format | Daniel Hansson | 2015-03-23 | 1 | -1/+1 | |
| | | | | | Update how the time shows in WebUI. My first PR to core, woha. :) | |||||
* | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 1 | -0/+8 | |
| | | | | | | | | | | Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS. | |||||
* | Merge pull request #14208 from owncloud/oc-msg-remove-object-dependency | Morris Jobke | 2015-02-26 | 1 | -36/+71 | |
|\ | | | | | Remove dependency from arbitrary data object structure for easier usage | |||||
| * | Remove dependency from arbitrary data object structure for easier usage | Joas Schilling | 2015-02-20 | 1 | -36/+71 | |
| | | ||||||
* | | Encode parameters in `OC.generateUrl` by itself | Lukas Reschke | 2015-02-17 | 1 | -3/+16 | |
|/ | | | | | | | | This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour. Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this... Fixes https://github.com/owncloud/core/issues/14228 | |||||
* | Merge pull request #13771 from owncloud/fix-humanfileSize | Lukas Reschke | 2015-02-12 | 1 | -1/+1 | |
|\ | | | | | generate valid human readable text for 0 | |||||
| * | generate valid human readable text for 0 - fixed #9342 | Thomas Müller | 2015-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Second parameter is optional | Lukas Reschke | 2015-02-11 | 1 | -1/+1 | |
|/ | | | | Makes my IDE happier. | |||||
* | adjust paths for search | Morris Jobke | 2015-01-14 | 1 | -1/+1 | |
| | ||||||
* | Add timeout for notifications | Morris Jobke | 2015-01-08 | 1 | -0/+37 | |
| | | | | | | | | * 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 | |||||
* | move search results below filelist, show hint when results are off screen, ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -36/+1 | |
| | | | | use js plugin mechanism | |||||
* | add paged provider | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -1/+1 | |
| | ||||||
* | move code from js.js to search.js in the search app | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -58/+3 | |
| | ||||||
* | new OC.Search, add search result formatters and handlers, use full content ↵ | Jörn Friedrich Dreyer | 2015-01-02 | 1 | -20/+57 | |
| | | | | width for results | |||||
* | load showpassord.js conditionally in the template only if needed | Thomas Müller | 2014-12-16 | 1 | -29/+0 | |
| | ||||||
* | Merge pull request #12360 from owncloud/files-tags | Lukas Reschke | 2014-12-15 | 1 | -0/+19 | |
|\ | | | | | Add favorites to files app | |||||
| * | Added favorites feature to the files app | Vincent Petry | 2014-12-15 | 1 | -0/+19 | |
| | | ||||||
* | | Merge pull request #12555 from owncloud/app_specific_search | Jörn Friedrich Dreyer | 2014-12-15 | 1 | -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 Dreyer | 2014-12-10 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | up in files app only use more flexible return type check array with !empty instead of count | |||||
* | | Simple Plugin system for Javascript | Vincent Petry | 2014-12-01 | 1 | -0/+81 | |
|/ | ||||||
* | Added function to load translations from JS | Vincent Petry | 2014-11-18 | 1 | -2/+22 | |
| | | | | | | 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. | |||||
* | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -7/+35 | |
| | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments. | |||||
* | 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 | 1 | -119/+6 | |
| | | | | | | | | | | | 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 | |||||
* | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -0/+6 | |
| | ||||||
* | make sure that the notification gets shown again after a second try | Bjoern Schiessle | 2014-10-07 | 1 | -32/+37 | |
| | ||||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -0/+1 | |
| | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | |||||
* | Merge pull request #7254 from owncloud/core-sortalgo | Lukas Reschke | 2014-09-16 | 1 | -1/+51 | |
|\ | | | | | Fixed JS sort comparator to be consistent between JS and PHP | |||||
| * | Fixed sort algo for additional cases | Vincent Petry | 2014-08-11 | 1 | -1/+3 | |
| | | ||||||
| * | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -1/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Merge pull request #9753 from owncloud/filepath-css | Thomas Müller | 2014-09-09 | 1 | -1/+1 | |
|\ \ | | | | | | | Remove special case for css in OC.filePath | |||||
| * | | Remove special case for css in OC.filePath | Robin Appelman | 2014-07-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use a route instead of s.php and convert tokens asap | kondou | 2014-09-04 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #10637 from owncloud/fixing-js-issues | Thomas Müller | 2014-08-29 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Init vars with a value if none is provided | |||||
| * | | | Init vars with a value if none is provided | Clark Tomlinson | 2014-08-28 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* / | | Implementing moment.js | Clark Tomlinson | 2014-08-28 | 1 | -27/+26 | |
|/ / | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc | |||||
* | | fix yellow notification style | Jan-Christoph Borchardt | 2014-07-30 | 1 | -2/+2 | |
| | | ||||||
* | | Fix enforced share expiration date to be based on share time | Vincent Petry | 2014-07-21 | 1 | -0/+12 | |
|/ |