- Oct 29, 2014
-
-
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
-
Vincent Petry authored
Now that the navigation menu is always togglable, the media query dependent code can be removed.
-
Jan-Christoph Borchardt authored
-
- Jun 03, 2014
-
-
Jan-Christoph Borchardt authored
-
- Jun 02, 2014
-
-
Christopher Schäpers authored
-
Morris Jobke authored
-
Morris Jobke authored
* added parameters for humanFileSize to trigger that behaviour * add unit tests for that
-
Raghu Nayyar authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
Arthur Schiwon authored
-
- May 30, 2014
-
-
Vincent Petry authored
-
Vincent Petry authored
Sometimes no icon file is passed to replaceSVGIcon(), it showed an error in IE8 and broke the code flow. This fix adds a check whether the file name is set.
-
Vincent Petry authored
- added sharing overview entries in the sidebar - use OCS Share API to get the list of files
-