Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load public preview via JS | Lukas Reschke | 2014-10-01 | 1 | -0/+17 |
| | | | | | | Backport of https://github.com/owncloud/core/pull/11368 to stable6 - since stable6 has no detection for SVG support this will just use the PNG icon instead of SVG ones. I believe this is a better solution than backporting the whole SVG support stuff and potentially breaking a lot. | ||||
* | Also encode > and ' | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
| | |||||
* | Added max heartbeat interval to prevent integer overflow | Vincent Petry | 2014-06-12 | 1 | -0/+5 |
| | | | | | | | | 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. | ||||
* | Fix copy conflict dialog translation | Jörn Friedrich Dreyer | 2014-06-11 | 1 | -3/+6 |
| | | | | | backport of fileexist template translations with minor fixes | ||||
* | Correction: failure on sharing when user ID was prefixed by zero | Rodrigo Hjort | 2014-04-01 | 1 | -3/+3 |
| | | | | Backport of 51b727c from master | ||||
* | add dprecated warning for OC.Router | Morris Jobke | 2014-03-06 | 1 | -0/+4 |
| | |||||
* | adding new javascript function OC.generateUrl(url, params) | Thomas Müller | 2014-03-06 | 1 | -0/+24 |
| | |||||
* | Allow apps to add/modify config js output via hook. | ringmaster | 2014-02-25 | 1 | -3/+6 |
| | |||||
* | Now using PHP session lifetime as default value for the JS config | Vincent Petry | 2014-02-18 | 1 | -1/+1 |
| | | | | | | | This will fix the heartbeat when the session_lifetime config parameter hasn't been set explicitly. Backport of f9763e1fc5106320c7984eff14546f6815ee80d2 | ||||
* | Added session_keepalive setting | Vincent Petry | 2014-02-05 | 2 | -15/+44 |
| | | | | | | | When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value. Backport of 912da8d to stable6 | ||||
* | add expire date to link share if possible | Bjoern Schiessle | 2014-01-24 | 1 | -1/+5 |
| | |||||
* | Fixed various file name escaping issues in core apps | Vincent Petry | 2014-01-12 | 1 | -3/+7 |
| | | | | | | | | | - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes Backport to stable6 of 1042733 | ||||
* | Fixed JS plural function to be per app | Vincent Petry | 2013-12-18 | 1 | -4/+8 |
| | | | | | | | Some apps might not define the same "nplural" value. To avoid conflicts, the plural function is now generated per app. Fixes #6427 | ||||
* | always show home breadcrumb in files view | Bjoern Schiessle | 2013-12-17 | 1 | -4/+4 |
| | |||||
* | Fix webroot for update page | Vincent Petry | 2013-12-13 | 1 | -1/+8 |
| | | | | | | | | | | | On the update page, config.js was missing which caused oc_webroot to not be available. That would trigger the faulty oc_webroot fallback that didn't take URLs like "/owncloud/index.php/files/apps" into account. This fix adds config.js in the update page and also a fix for the oc_webroot fallback, in case it is used elsewhere. Backport of df1a404 | ||||
* | fix plural translation - fixes #6226 | Morris Jobke | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Show stars as placeholder | ganomi | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Translate reload message after update | Morris Jobke | 2013-11-26 | 1 | -1/+1 |
| | | | | fixes #6064 | ||||
* | Check which permissions are possible to re-share a file | Bjoern Schiessle | 2013-11-18 | 1 | -1/+16 |
| | |||||
* | Fixed multiselect to not set the button's height on itself after select | Vincent Petry | 2013-11-14 | 1 | -2/+0 |
| | | | | Fixes #5841 | ||||
* | Merge pull request #5582 from owncloud/files-previewcaching | Thomas Müller | 2013-11-05 | 1 | -3/+3 |
|\ | | | | | Append file etag to preview URLs | ||||
| * | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -3/+3 |
| | | | | | | | | Fixes #5534 | ||||
* | | Fixed input field and tipsy positioning in singleselect | Vincent Petry | 2013-10-31 | 1 | -4/+3 |
| | | | | | | | | | | | | If the user scrolls or the window is resized, the formerly cached offset was wrong. This fix makes sure the offset is re-read before showing the input field. | ||||
* | | Improve quota input field | Vincent Petry | 2013-10-30 | 1 | -1/+14 |
| | | | | | | | | | | | | - Added tooltip with examples - The quota value returned by the server is now displayed after update - Fixes #5346 | ||||
* | | allow to share a file/folder as public link also if one of it parents was ↵ | Bjoern Schiessle | 2013-10-30 | 1 | -2/+4 |
| | | | | | | | | already shared as link | ||||
* | | Merge pull request #5396 from owncloud/fix-sharing-code | Morris Jobke | 2013-10-29 | 1 | -9/+23 |
|\ \ | |/ |/| | Fix sharing error message - id -> file name | ||||
| * | also add new parameter to function calls | Morris Jobke | 2013-10-29 | 1 | -4/+4 |
| | | |||||
| * | pass the name of the item source from the browser to the server - no need to ↵ | Thomas Müller | 2013-10-23 | 1 | -5/+19 |
| | | | | | | | | get the data via complicated db queries | ||||
* | | Fix broken users page when a username consists of digits only, fixes #5560 | Arthur Schiwon | 2013-10-25 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5477 from ↵ | Thomas Müller | 2013-10-23 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | owncloud/prevent_user_from_creating_or_renaming_to_an_existing_filename prevent user from creating or renaming sth. to an existing filename | ||||
| * | | add missing ; | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
| | | | |||||
| * | | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files | ||||
* | | Merge pull request #5497 from owncloud/ie8-placeholdershim | Thomas Müller | 2013-10-23 | 4 | -6/+225 |
|\ \ | | | | | | | Ie8 placeholdershim | ||||
| * | | Fixed sharing dropdown placeholders in IE8/9 | Vincent Petry | 2013-10-23 | 2 | -0/+219 |
| | | | | | | | | | | | | Added jquery.placeholder shim to handle input field placeholders in IE8/9 | ||||
| * | | Renamed current placeholder jquery plugin to imageplaceholder | Vincent Petry | 2013-10-23 | 2 | -6/+6 |
| |/ | | | | | | | | | This is to prevent conflicts with jquery libs that handle text placeholders in IE8 | ||||
* | | Merge pull request #5435 from owncloud/share-improvements | Thomas Müller | 2013-10-23 | 1 | -36/+18 |
|\ \ | |/ |/| | Share improvements | ||||
| * | Fixed share dropdown checkbox wrapping | Vincent Petry | 2013-10-23 | 1 | -10/+15 |
| | | | | | | | | | | | | | | The "show cruds" button is now embedded into the last label/checkbox group and wraps with it. Added ellipsis to prevent long names to exceed the dropdown's width. | ||||
| * | better wording for share input field and share link | Jan-Christoph Borchardt | 2013-10-23 | 1 | -2/+2 |
| | | |||||
| * | shorten string to 'notify by email', cut 'user' | Jan-Christoph Borchardt | 2013-10-20 | 1 | -1/+1 |
| | | |||||
| * | remove hover hide/show stuff for share dropdown to make things more obvious | Jan-Christoph Borchardt | 2013-10-20 | 1 | -26/+3 |
| | | |||||
* | | Merge pull request #5446 from frisco82/fixNotifyUser | Frank Karlitschek | 2013-10-21 | 1 | -11/+10 |
|\ \ | | | | | | | Fix notify user checkbox | ||||
| * | | fix notify user, and made js more resiliant to changes | Ramiro Aparicio | 2013-10-21 | 1 | -11/+10 |
| |/ | |||||
* | | Merge pull request #5120 from frisco82/sendEmailJS | Vincent Petry | 2013-10-21 | 1 | -4/+4 |
|\ \ | | | | | | | Fix disabled status after sending a share link email | ||||
| * | | Fix disabled status after sending the email | Ramiro Aparicio | 2013-10-04 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #5444 from frisco82/fixDisplayGroup | Vincent Petry | 2013-10-21 | 1 | -5/+7 |
|\ \ \ | | | | | | | | | Fix display name for user after sharing | ||||
| * | | | fix user displayName not being shown after add, added class for improved ↵ | Ramiro Aparicio | 2013-10-21 | 1 | -5/+7 |
| | |/ | |/| | | | | | | | styling, fix strong for groups when english is not being used | ||||
* / | | Fixed share with link checkbox missing as regular user | Vincent Petry | 2013-10-21 | 1 | -12/+1 |
|/ / | | | | | | | | | | | | | | | | | Instead of loading the app config setting "shareapi_allow_links" using a synchronous ajax call that fails when the user is not an admin, this fix puts the flag directly in the template so it doesn't need to be loaded afterwards. Fixes #5440 | ||||
* | | Merge pull request #5338 from frisco82/fixGroupDisplay | Morris Jobke | 2013-10-18 | 1 | -1/+4 |
|\ \ | | | | | | | Show (group) after groups in share dropdown | ||||
| * | | Show (group) after groups in share dropdown | Ramiro Aparicio | 2013-10-14 | 1 | -1/+4 |
| | | | |||||
* | | | readability: single line -> multiple lines | Morris Jobke | 2013-10-18 | 1 | -4/+10 |
| | | |