Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Verify input, add more unit tests | Patrick Paysant | 2016-12-19 | 1 | -10/+12 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Implements all comments from @PVince81 | Patrick Paysant | 2016-12-19 | 1 | -46/+44 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Adding computerFileSize in OC.Util | Patrick Paysant | 2016-12-19 | 1 | -0/+46 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | only reload on errors when logged in | Robin Appelman | 2016-12-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Make sure the controls is resized after the sidebar disappeared | Joas Schilling | 2016-11-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix some outdated naming | Jan-Christoph Borchardt | 2016-11-24 | 1 | -9/+9 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | set focus on input field | Bjoern Schiessle | 2016-11-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Use proper return function | Lukas Reschke | 2016-11-21 | 1 | -2/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Use the existing prompt | Joas Schilling | 2016-11-18 | 1 | -37/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Submit on enter | Roeland Jago Douma | 2016-11-18 | 1 | -0/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Empty the password field on submission of the form | Joas Schilling | 2016-11-18 | 1 | -5/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure it is a function | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to check it via the API | Joas Schilling | 2016-11-18 | 1 | -2/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Introduce the UI for password confirmation | Joas Schilling | 2016-11-18 | 1 | -0/+64 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Apply firefox workaroud to svg filters | Julius Haertl | 2016-11-08 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix the push state | Joas Schilling | 2016-11-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Workaround for disappearing app icons for Firefox before version 51 | Julius Haertl | 2016-11-04 | 1 | -0/+11 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Merge pull request #1452 from nextcloud/appconfig-endpoint | Joas Schilling | 2016-10-25 | 1 | -1/+2 |
|\ | | | | | Appconfig endpoint | ||||
| * | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | JS utility function to compare paths | Vincent Petry | 2016-10-24 | 1 | -0/+22 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove deprecated breadcrumbs implementation | Morris Jobke | 2016-10-20 | 1 | -117/+0 |
| | | | | | | * was replaced by the version in files/ Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Remove OC.localStorage and object method | Morris Jobke | 2016-10-20 | 1 | -76/+0 |
| | | | | | | | * use the localstorage APIs of the browser instead * use new Object() instead Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | do not reload the page if the server is (temporarily) unreachable | Christoph Wurst | 2016-10-03 | 1 | -1/+19 |
| | |||||
* | Fixup getURLParameter behavior | Simon Eisenmann | 2016-09-16 | 1 | -3/+4 |
| | | | | | | | | | | | | 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 (''). | ||||
* | Return '' instead of 'null' | Simon Eisenmann | 2016-09-16 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Always use the js console when available | Joas Schilling | 2016-09-05 | 1 | -4/+1 |
| | |||||
* | Update live timestamps to give a more live feeling | Joas Schilling | 2016-09-01 | 1 | -0/+7 |
| | |||||
* | Fixing infinite spinner animation | Thomas Pulzer | 2016-08-19 | 1 | -5/+28 |
| | | | | | | | | 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 | ||||
* | Revert "Fixing infinite spinning animation on user menu ctrl+click" | Morris Jobke | 2016-08-18 | 1 | -25/+9 |
| | |||||
* | Merge pull request #778 from nextcloud/Faldon-user_menu_ui | Morris Jobke | 2016-08-18 | 1 | -9/+25 |
|\ | | | | | Fixing infinite spinning animation on user menu ctrl+click | ||||
| * | Removed debug code. | Faldon | 2016-08-11 | 1 | -1/+0 |
| | | |||||
| * | Fixed user and main menu closing on right mouse button click. | Thomas Pulzer | 2016-08-11 | 1 | -7/+8 |
| | | | | | | | | Fixed wrong variable assignment when trying to open link in new window. | ||||
| * | Changed app and user menu delegates to mousedown events. | Thomas Pulzer | 2016-08-09 | 1 | -4/+13 |
| | | | | | | | | | | Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier. Added handlig of middle mouse button click. | ||||
| * | Added OS X meta key check for stopping spinning animation in app and user menu. | Thomas Pulzer | 2016-08-09 | 1 | -2/+2 |
| | | |||||
| * | Fixed user menu to not show spinner on ctrl+click. | Thomas Pulzer | 2016-08-09 | 1 | -3/+10 |
| | | | | | | | | Fixes #616 | ||||
* | | Fix closing app menu on mobile | Julius Haertl | 2016-07-31 | 1 | -0/+4 |
|/ | |||||
* | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
| | |||||
* | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | remove javascript png fallback for svg | Hendrik Leppelsack | 2016-07-01 | 1 | -94/+9 |
| | |||||
* | remove ie8+9 support | Hendrik Leppelsack | 2016-06-23 | 1 | -25/+5 |
| | |||||
* | Merge pull request #24434 from owncloud/permalinks | Lukas Reschke | 2016-05-10 | 1 | -3/+39 |
|\ | | | | | Permalinks | ||||
| * | Do not encode slashes in "dir" URL param in files JS | Vincent Petry | 2016-05-06 | 1 | -1/+6 |
| | | |||||
| * | Auto-add fileid in URL for currently displayed folder | Vincent Petry | 2016-05-06 | 1 | -2/+33 |
| | | |||||
* | | New animated loader | skjnldsv | 2016-05-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #24126 from owncloud/err-reload-delay | Lukas Reschke | 2016-04-22 | 1 | -1/+2 |
|\ | | | | | Delay reloading the page if an ajax error occurs, show notification | ||||
| * | Delay reloading the page if an ajax error occurs, show notification | Robin McCorkell | 2016-04-20 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #23990 from owncloud/heartbeat-debounce | Morris Jobke | 2016-04-20 | 1 | -3/+9 |
|\ \ | | | | | | | Debounce heartbeat ajax calls to lower the number of requests | ||||
| * | | Debounce heartbeat ajax calls to lower the number of requests | Christoph Wurst | 2016-04-18 | 1 | -3/+9 |
| | | | | | | | | | | | | fixes #22397 | ||||
* | | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -3/+0 |
| | | | |||||
* | | | remove deprecated jQuery.browser | Christoph Wurst | 2016-04-19 | 1 | -4/+8 |
| |/ |/| |