- 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
-
Robin Appelman authored
-
- Jul 08, 2014
-
-
Robin Appelman authored
-
- Jul 07, 2014
-
-
Morris Jobke authored
-
- Jun 25, 2014
-
-
Vincent Petry authored
-
- Jun 12, 2014
-
-
Vincent Petry authored
When using big session timeout values, the interval value might overflow and cause the setInterval() call to ping the server in a loop without any delay. This fix adds a maximum ping interval of 24 hours. Forward port of 00ec5fc1935c946e846a8ff28491e5b5b017b3d7 from stable6.
-
- Jun 10, 2014
-
-
Vincent Petry authored
Snapper doesn't work at all for IE8 and IE9 and messes up with the main container layout when enabled. This commits disables snapper for these browsers.
-
- Jun 06, 2014
-
-
Jan-Christoph Borchardt authored
-
Jörn Friedrich Dreyer authored
-
Vincent Petry authored
-
- Jun 05, 2014
-
-
Morris Jobke authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Jun 04, 2014
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-