- Nov 18, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 08, 2016
-
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
- Nov 07, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Nov 04, 2016
-
-
Julius Haertl authored
Signed-off-by:
Julius Haertl <jus@bitgrid.net>
-
- Oct 24, 2016
-
-
Vincent Petry authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Oct 21, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Oct 20, 2016
-
-
Morris Jobke authored
* was replaced by the version in files/ Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* use the localstorage APIs of the browser instead * use new Object() instead Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 03, 2016
-
-
Christoph Wurst authored
-
- Sep 16, 2016
-
-
Simon Eisenmann authored
This commit further changes the behavior of getURLParmeter to handle encoded parameter values and returns the decoded string and improves behavior for parameters without value and multiple equals and other similar cases which did not work before. See the comments at http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for a list of the issues handled by the updated implementation. This change does not change the general behavior of the function. Empty or non existing parameters still return an empty string ('').
-
Simon Eisenmann authored
This commit changes the behavior of getURLParameter(name) to return an empty string when the parameter is not set or has empty value. Before it returned 'null' as string.
-
- Sep 05, 2016
-
-
Joas Schilling authored
-
- Sep 01, 2016
-
-
Joas Schilling authored
-
- Aug 19, 2016
-
-
Thomas Pulzer authored
setupMainMenu() & setupUserMenu(): Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier Adding mouseup delegate to hide the menu if the middle mouse button was clicked. Redone #778
-
- Aug 18, 2016
-
-
Morris Jobke authored
-
- Aug 11, 2016
-
-
Faldon authored
-
Thomas Pulzer authored
Fixed wrong variable assignment when trying to open link in new window.
-
- Aug 09, 2016
-
-
Thomas Pulzer authored
Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier. Added handlig of middle mouse button click.
-
Thomas Pulzer authored
-
Thomas Pulzer authored
Fixes #616
-
- Jul 31, 2016
-
-
Julius Haertl authored
-
- Jul 20, 2016
-
-
Joas Schilling authored
-
- Jul 01, 2016
-
-
Hendrik Leppelsack authored
-
Hendrik Leppelsack authored
-
- Jun 23, 2016
-
-
Hendrik Leppelsack authored
-
- May 09, 2016
-
-
skjnldsv authored
-
- May 06, 2016
-
-
Vincent Petry authored
-
Vincent Petry authored
-
- Apr 20, 2016
-
-
Robin McCorkell authored
-
- Apr 19, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
-
- Apr 18, 2016
-
-
Christoph Wurst authored
fixes #22397
-
- Apr 14, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst authored
fixes #19857
-
- Apr 04, 2016
-
-
Stefan Weil authored
Signed-off-by:
Stefan Weil <sw@weilnetz.de>
-
- Mar 23, 2016
-
-
Vincent Petry authored
-
- Mar 22, 2016
-
-
Vincent Petry authored
-
Vincent Petry authored
Added 303 to catch SSO cross-domain redirect in Firefox.
-
Vincent Petry authored
Whenever a user navigates away, all ajax calls will fail with the same result like a cross-domain redirect (SSO). To distinguish these cases, we need to detect whether the error is a result of the user navigating away. For this, we introduce a new flag that will be set in "beforeunload". Additional handling was required for false positives in case "beforeunload" is used (ex: cancelled upload) and the user cancelled the navigation.
-
- Feb 22, 2016
-
-
Vincent Petry authored
This makes it possible to display multiple notifications. If the options.type is set to "error", it will also add a close button.
-