summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-09121-2/+203
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-04-0863-213/+62
|
* Merge pull request #2279 from owncloud/refactor_upload_jsBart Visscher2013-04-064-252/+298
|\ | | | | Refactor upload js
| * use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer2013-03-281-7/+7
| |
| * '#upload' is actually '#uploadprogresswrapper', fix css and js to show ↵Jörn Friedrich Dreyer2013-03-282-6/+7
| | | | | | | | cancel button correctly
| * use local variable to walk DOM only onceJörn Friedrich Dreyer2013-03-281-4/+5
| |
| * use === to compare empty string ''Jörn Friedrich Dreyer2013-03-281-1/+1
| |
| * don't update progress bar in ie < 10Jörn Friedrich Dreyer2013-03-281-1/+3
| |
| * return created table row, use as context in fileupload eventsJörn Friedrich Dreyer2013-03-281-11/+153
| |
| * refactor files.js, make proper use of fileupload eventsJörn Friedrich Dreyer2013-03-281-237/+136
| |
| * return original filename to fileuploadJörn Friedrich Dreyer2013-03-281-0/+1
| |
* | Merge pull request #1974 from owncloud/use-rawurlencodeBart Visscher2013-04-061-2/+2
|\ \ | | | | | | OC6- Just use rawurlencode in files list template
| * | Just use rawurlencode in files list templateBart Visscher2013-02-271-2/+2
| | |
* | | Merge pull request #2759 from owncloud/fix-2718Bart Visscher2013-04-061-0/+1
|\ \ \ | | | | | | | | Set file perms to 0640 of mount.json - fixes #2718
| * | | Set file perms to 0640 of mount.json - fixes #2718Lukas Reschke2013-04-061-0/+1
| | | |
* | | | Merge pull request #2738 from Kondou-ger/fix_alert_issuesBart Visscher2013-04-062-8/+8
|\ \ \ \ | |/ / / |/| | | Fixed things in alert-messages
| * | | Translate 'Error' in corekondou2013-04-062-8/+8
| | | |
| * | | Fixed things in alert-messagesroot2013-04-052-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-061-0/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-053-1/+33
|/ / /
* | | Merge pull request #2611 from owncloud/filename-widthBart Visscher2013-04-041-1/+1
|\ \ \ | | | | | | | | Adds a fixed width to the filename to prevent horizontal scroll.
| * | | Using max-width instead of width for filename.raghunayyar2013-03-301-1/+1
| | | |
| * | | Adds a fixed width to the filename to prevent horizontal scroll.raghunayyar2013-03-291-1/+1
| | |/ | |/|
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-042-0/+10
| | |
* | | Merge pull request #2694 from owncloud/fix_2690Bernhard Posselt2013-04-031-1/+1
|\ \ \ | | | | | | | | Typo, fixes #2690
| * | | Typo, fixes #2690Arthur Schiwon2013-04-031-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-033-0/+11
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-023-3/+14
| | |
* | | Merge pull request #2576 from owncloud/fixing-2125-masterJan-Christoph Borchardt2013-03-311-1/+1
|\ \ \ | | | | | | | | fixes #2125 - the warning is now displayed with a disabled button
| * | | fixes #2125 - the warning is now displayed with a disabled buttonThomas Mueller2013-03-261-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-314-0/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-305-4/+21
| |/ / |/| |
* | | Merge pull request #2575 from owncloud/fixing-1461-masterJörn Friedrich Dreyer2013-03-281-5/+25
|\ \ \ | | | | | | | | Fix upload progressbar in IE8 and IE9
| * | | fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-261-2/+6
| | | |
| * | | fixes #1461Thomas Mueller2013-03-261-3/+19
| |/ /
* | | Files External: show display names instead of internal user names in Settings UIArthur Schiwon2013-03-272-1/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-2716-21/+64
| | |
* | | prevent to fire delete ajax a second time.Thomas Mueller2013-03-262-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_downloadBjörn Schießle2013-03-262-2/+8
|\ \ | | | | | | let public link download handle json encoded file lists [master]
| * | let public link download handle json encoded file listsBjörn Schießle2013-03-132-2/+8
| | |
* | | the old path no longer exists after rename, update the parent folder insteadBjörn Schießle2013-03-251-1/+1
| | |
* | | LDAP: fix wrong return valueArthur Schiwon2013-03-251-2/+2
| | |
* | | fix indentionBjörn Schießle2013-03-251-12/+12
| | |
* | | skip update if the recipient is the same user as the owner, otherwise we run ↵Björn Schießle2013-03-251-5/+9
| | | | | | | | | | | | in a infinite loop for group shares
* | | add backticks around table namesBjörn Schießle2013-03-252-12/+12
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-234-4/+13
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-212-6/+6
| | |
* | | Merge pull request #2324 from owncloud/html_video_tagBjörn Schießle2013-03-201-1/+8
|\ \ \ | | | | | | | | use html video tag to preview videos for public shares
| * | | use html video tag to preview videos for public sharesBjörn Schießle2013-03-141-1/+8
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-204-4/+20
| | | |