Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-09 | 121 | -2/+203 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-08 | 63 | -213/+62 |
| | |||||
* | Merge pull request #2279 from owncloud/refactor_upload_js | Bart Visscher | 2013-04-06 | 4 | -252/+298 |
|\ | | | | | Refactor upload js | ||||
| * | use css browser switch instead of deprecated jquery browser detection | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -7/+7 |
| | | |||||
| * | '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵ | Jörn Friedrich Dreyer | 2013-03-28 | 2 | -6/+7 |
| | | | | | | | | cancel button correctly | ||||
| * | use local variable to walk DOM only once | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -4/+5 |
| | | |||||
| * | use === to compare empty string '' | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+1 |
| | | |||||
| * | don't update progress bar in ie < 10 | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -1/+3 |
| | | |||||
| * | return created table row, use as context in fileupload events | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -11/+153 |
| | | |||||
| * | refactor files.js, make proper use of fileupload events | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -237/+136 |
| | | |||||
| * | return original filename to fileupload | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1974 from owncloud/use-rawurlencode | Bart Visscher | 2013-04-06 | 1 | -2/+2 |
|\ \ | | | | | | | OC6- Just use rawurlencode in files list template | ||||
| * | | Just use rawurlencode in files list template | Bart Visscher | 2013-02-27 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #2759 from owncloud/fix-2718 | Bart Visscher | 2013-04-06 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Set file perms to 0640 of mount.json - fixes #2718 | ||||
| * | | | Set file perms to 0640 of mount.json - fixes #2718 | Lukas Reschke | 2013-04-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #2738 from Kondou-ger/fix_alert_issues | Bart Visscher | 2013-04-06 | 2 | -8/+8 |
|\ \ \ \ | |/ / / |/| | | | Fixed things in alert-messages | ||||
| * | | | Translate 'Error' in core | kondou | 2013-04-06 | 2 | -8/+8 |
| | | | | |||||
| * | | | Fixed things in alert-messages | root | 2013-04-05 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-06 | 1 | -0/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-05 | 3 | -1/+33 |
|/ / / | |||||
* | | | Merge pull request #2611 from owncloud/filename-width | Bart Visscher | 2013-04-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Adds a fixed width to the filename to prevent horizontal scroll. | ||||
| * | | | Using max-width instead of width for filename. | raghunayyar | 2013-03-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Adds a fixed width to the filename to prevent horizontal scroll. | raghunayyar | 2013-03-29 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-04 | 2 | -0/+10 |
| | | | |||||
* | | | Merge pull request #2694 from owncloud/fix_2690 | Bernhard Posselt | 2013-04-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Typo, fixes #2690 | ||||
| * | | | Typo, fixes #2690 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-03 | 3 | -0/+11 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-04-02 | 3 | -3/+14 |
| | | | |||||
* | | | Merge pull request #2576 from owncloud/fixing-2125-master | Jan-Christoph Borchardt | 2013-03-31 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fixes #2125 - the warning is now displayed with a disabled button | ||||
| * | | | fixes #2125 - the warning is now displayed with a disabled button | Thomas Mueller | 2013-03-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-31 | 4 | -0/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-30 | 5 | -4/+21 |
| |/ / |/| | | |||||
* | | | Merge pull request #2575 from owncloud/fixing-1461-master | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -5/+25 |
|\ \ \ | | | | | | | | | Fix upload progressbar in IE8 and IE9 | ||||
| * | | | fixes #1463 - file size is now displayed correctly in IE8 | Thomas Mueller | 2013-03-26 | 1 | -2/+6 |
| | | | | |||||
| * | | | fixes #1461 | Thomas Mueller | 2013-03-26 | 1 | -3/+19 |
| |/ / | |||||
* | | | Files External: show display names instead of internal user names in Settings UI | Arthur Schiwon | 2013-03-27 | 2 | -1/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-27 | 16 | -21/+64 |
| | | | |||||
* | | | prevent to fire delete ajax a second time. | Thomas Mueller | 2013-03-26 | 2 | -3/+3 |
|/ / | | | | | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only | ||||
* | | Merge pull request #2270 from owncloud/fix_json_encoded_pubic_download | Björn Schießle | 2013-03-26 | 2 | -2/+8 |
|\ \ | | | | | | | let public link download handle json encoded file lists [master] | ||||
| * | | let public link download handle json encoded file lists | Björn Schießle | 2013-03-13 | 2 | -2/+8 |
| | | | |||||
* | | | the old path no longer exists after rename, update the parent folder instead | Björn Schießle | 2013-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | LDAP: fix wrong return value | Arthur Schiwon | 2013-03-25 | 1 | -2/+2 |
| | | | |||||
* | | | fix indention | Björn Schießle | 2013-03-25 | 1 | -12/+12 |
| | | | |||||
* | | | skip update if the recipient is the same user as the owner, otherwise we run ↵ | Björn Schießle | 2013-03-25 | 1 | -5/+9 |
| | | | | | | | | | | | | in a infinite loop for group shares | ||||
* | | | add backticks around table names | Björn Schießle | 2013-03-25 | 2 | -12/+12 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-23 | 4 | -4/+13 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-21 | 2 | -6/+6 |
| | | | |||||
* | | | Merge pull request #2324 from owncloud/html_video_tag | Björn Schießle | 2013-03-20 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | use html video tag to preview videos for public shares | ||||
| * | | | use html video tag to preview videos for public shares | Björn Schießle | 2013-03-14 | 1 | -1/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-03-20 | 4 | -4/+20 |
| | | | |