- Mar 26, 2015
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Mar 25, 2015
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Mar 24, 2015
-
-
Daniel Hansson authored
Use local time instead. http://momentjs.com/
-
Daniel Hansson authored
Use correct time format in WebUI
-
Vincent Petry authored
This reverts commit 8279dde9.
-
- Mar 23, 2015
-
-
Daniel Hansson authored
Update how the time shows in WebUI. My first PR to core, woha. :)
-
- Mar 02, 2015
-
-
Lukas Reschke authored
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.
-
- Feb 20, 2015
-
-
Joas Schilling authored
-
- Feb 17, 2015
-
-
Lukas Reschke authored
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
-
- Feb 11, 2015
-
-
Lukas Reschke authored
Makes my IDE happier.
-
- Jan 29, 2015
-
-
Thomas Müller authored
-
- Jan 14, 2015
-
-
Morris Jobke authored
-
- Jan 08, 2015
-
-
Morris Jobke authored
* 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
-
- Jan 02, 2015
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Dec 16, 2014
-
-
Thomas Müller authored
-
- Dec 15, 2014
-
-
Vincent Petry authored
-
- Dec 10, 2014
-
-
Jörn Friedrich Dreyer authored
use more flexible return type check array with !empty instead of count
-
- Dec 01, 2014
-
-
Vincent Petry authored
-
- Nov 18, 2014
-
-
Vincent Petry authored
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.
-
- Oct 31, 2014
-
-
Vincent Petry authored
Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
-
- Oct 29, 2014
-
-
Vincent Petry authored
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.
-
Vincent Petry authored
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
-
- Oct 23, 2014
-
-
Clark Tomlinson authored
-
- Oct 07, 2014
-
-
Björn Schießle authored
-
- Sep 23, 2014
-
-
Vincent Petry authored
- Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server
-
- Sep 11, 2014
-
-
Robin McCorkell authored
Path will only be shown if in subdirectory, not in root.
-
- Sep 04, 2014
-
-
Christopher Schäpers authored
-
- Aug 28, 2014
-
-
Clark Tomlinson authored
-
Clark Tomlinson authored
Updating Usages Removing unused method Adding JS Doc
-
- Aug 11, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
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()
-
- Jul 30, 2014
-
-
Jan-Christoph Borchardt authored
-
- Jul 21, 2014
-
-
Vincent Petry authored
-