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. | ||||
* | introduce no-javascript message, manual backport of #6202 and #10944, fix #10841 | Jan-Christoph Borchardt | 2014-09-11 | 4 | -0/+34 |
| | |||||
* | Also encode > and ' | Lukas Reschke | 2014-08-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10034 from owncloud/remove-es_MX-from-stable6 | Lukas Reschke | 2014-08-15 | 1 | -9/+0 |
|\ | | | | | Remove es mx from stable6 | ||||
| * | remove language es_MX | Thomas Müller | 2014-07-29 | 1 | -9/+0 |
| | | |||||
* | | we need the recipient as a additional parameter to know for which share the ↵ | Bjoern Schiessle | 2014-08-14 | 1 | -2/+2 |
| | | | | | | | | notification was send | ||||
* | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-11 | 1 | -1/+2 |
|/ | |||||
* | fix position and look of public download button | Jan-Christoph Borchardt | 2014-07-08 | 1 | -4/+7 |
| | | | | Backport of 899c7c0 from master | ||||
* | remove unneeded header-right details styles | Jan-Christoph Borchardt | 2014-07-08 | 1 | -0/+15 |
| | | | | Backport a280a69 | ||||
* | 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 | ||||
* | reduce multiselect max-width from 400 to 200px to not take too much space | Jan-Christoph Borchardt | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | general styles for the content area | Jan-Christoph Borchardt | 2014-04-01 | 1 | -3/+19 |
| | |||||
* | Correction: failure on sharing when user ID was prefixed by zero | Rodrigo Hjort | 2014-04-01 | 1 | -3/+3 |
| | | | | Backport of 51b727c from master | ||||
* | remove pl_PL - fixes #7973 | Thomas Müller | 2014-03-31 | 1 | -6/+0 |
| | |||||
* | prevent dimmed ocdialog div from scrolling | Jörn Friedrich Dreyer | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Added warning for trusted_domains after CLI upgrade | Vincent Petry | 2014-03-17 | 1 | -0/+26 |
| | | | | | | | If trusted_domains is not set after a CLI upgrade, show a warning in the output. Backport of 1a11682 from master | ||||
* | backport #7659 | Thomas Müller | 2014-03-11 | 1 | -5/+20 |
| | |||||
* | Merge pull request #7578 from owncloud/introduce-generateUrl-stable6 | Vincent Petry | 2014-03-06 | 2 | -0/+28 |
|\ | | | | | adding new javascript function OC.generateUrl(url, params) | ||||
| * | 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 |
| | | |||||
* | | fix noise not repeating | Jan-Christoph Borchardt | 2014-03-06 | 1 | -1/+1 |
|/ | |||||
* | add hover/focus states for star icons to hint at action | Jan-Christoph Borchardt | 2014-03-05 | 1 | -2/+6 |
| | |||||
* | Fix mail template to use p() for colors | Vincent Petry | 2014-03-03 | 1 | -4/+4 |
| | | | | | | Now using p() instead of print_unescaped() for colors. Backport of 25251d4 from master | ||||
* | Merge pull request #7510 from owncloud/stable6-theme-mailtemplate | Frank Karlitschek | 2014-03-03 | 2 | -9/+9 |
|\ | | | | | [stable6] Enable theming of the mail template header | ||||
| * | make mail notification header color themable | Jan-Christoph Borchardt | 2014-03-03 | 1 | -2/+2 |
| | | |||||
| * | compress mail notification logo | Jan-Christoph Borchardt | 2014-03-03 | 1 | -0/+0 |
| | | |||||
| * | mail template: remove off-white background color to better blend into mail ↵ | Jan-Christoph Borchardt | 2014-03-03 | 1 | -7/+7 |
| | | | | | | | | client | ||||
* | | remove border from log in input fields, simpler and works better with themes | Jan-Christoph Borchardt | 2014-03-03 | 1 | -5/+3 |
|/ | |||||
* | icons: automatically show delete hover instead of using explicit class | Jan-Christoph Borchardt | 2014-02-28 | 1 | -1/+2 |
| | |||||
* | Remove necessity of icon class | jbtbnl | 2014-02-28 | 1 | -1/+1 |
| | | | | Only the icon specific class is needed | ||||
* | Add white color variant of checkmark icon | jbtbnl | 2014-02-28 | 3 | -0/+8 |
| | |||||
* | Merge pull request #7426 from owncloud/stable6-fixmailnotificationtranslation | Thomas Müller | 2014-02-26 | 2 | -4/+4 |
|\ | | | | | [stable6] Backported incorrect translation texts for German | ||||
| * | Fix German message for "Enter new" | Vincent Petry | 2014-02-26 | 2 | -2/+2 |
| | | |||||
| * | Fixed German shared notification message | Vincent Petry | 2014-02-26 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #7402 from owncloud/stable6-ie9-navigation | Morris Jobke | 2014-02-26 | 1 | -5/+0 |
|\ \ | | | | | | | Stable6 IE9 navigation bar width | ||||
| * | | manual backport of IE9 navigation bar pull request #6808, fix #7321 | Jan-Christoph Borchardt | 2014-02-26 | 1 | -5/+0 |
| |/ | |||||
* / | Improve users list scrolling performance | Vincent Petry | 2014-02-25 | 2 | -1/+19 |
|/ | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side) | ||||
* | Allow apps to add/modify config js output via hook. | ringmaster | 2014-02-25 | 1 | -3/+6 |
| | |||||
* | Check whether the app is set | Lukas Reschke | 2014-02-20 | 1 | -1/+4 |
| | |||||
* | Check whether the Key is set | Lukas Reschke | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | An admin should not be able to add remote and public services on its own. ↵ | Lukas Reschke | 2014-02-20 | 1 | -6/+18 |
| | | | | | | This should only be possible programmatically. This change is due the fact that an admin may not be expected to execute arbitrary code in every environment. | ||||
* | 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 | ||||
* | fix DI | Arthur Schiwon | 2014-02-10 | 1 | -1/+2 |
| | |||||
* | move sorter into a class | Arthur Schiwon | 2014-02-10 | 1 | -24/+3 |
| | |||||
* | respect coding guidelines | Arthur Schiwon | 2014-02-10 | 1 | -1/+1 |
| | |||||
* | on filtering the share box users and groups whose name begins with the ↵ | Arthur Schiwon | 2014-02-10 | 1 | -0/+24 |
| | | | | search term shall appear on top, fixes #6430 | ||||
* | Merge branch 'stable6' into backport_6777_stable6 | Thomas Müller | 2014-02-07 | 3 | -15/+284 |
|\ | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/files_sharing/templates/public.php | ||||
| * | add icons.css file, first step to get rid of %webroot% | Jan-Christoph Borchardt | 2014-02-06 | 1 | -0/+240 |
| | | |||||
| * | 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 |