summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-062-2/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-051-1/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-042-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-01-022-4/+92
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-301-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-291-18/+39
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-281-0/+26
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-271-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-244-4/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-223-0/+25
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-212-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-208-0/+16
|
* Merge pull request #6295 from owncloud/files-fromlinkerrormessagefixesThomas Müller2013-12-182-9/+26
|\ | | | | Fixed download file from URL error messages
| * Fixed download file from URL error messagesVincent Petry2013-12-122-9/+26
| | | | | | | | | | | | | | | | - L10N now converted to string to make them work with json_encode - Added specific error message when server doesn't allow fopen on URLs - Fixed client side to correctly show error message in a notification - Added OCP\JSON::encode() method to encode JSON with support for the OC_L10N_String values
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-171-1/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-172-0/+9
| |
* | Merge pull request #6386 from ↵Frank Karlitschek2013-12-171-7/+5
|\ \ | | | | | | | | | | | | owncloud/trash_always_show_deleted_files_breadcrumb always show 'Deleted Files' breadcrumb
| * | always show home breadcrumb in files viewBjoern Schiessle2013-12-161-7/+5
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-12-132-4/+35
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2013-12-113-0/+19
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-091-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-0759-60/+1
|
* it is not possible to unshare filesBjoern Schiessle2013-12-061-14/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-051-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-041-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-12-0243-9/+72
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-11-294-1/+6
|
* Fix resize issue for trash button in chrome and overflowing spinner in ↵Morris Jobke2013-11-281-1/+1
| | | | | | .update class fixes #6108
* Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\ | | | | Fix filellist/rename/summary problem
| * Fix filellist/rename/summary problemganomi2013-11-271-1/+1
| | | | | | | | | | Fixes #6055 This contribution is MIT licensed!
* | Fixed directory icon after renameVincent Petry2013-11-281-0/+6
| |
* | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek2013-11-283-26/+73
|\ \ | | | | | | Redetect mime type whenever extension is renamed
| * | Fixed unit tests for ajax renameVincent Petry2013-11-271-19/+44
| | |
| * | Update file list entry on renameVincent Petry2013-11-272-7/+29
| | | | | | | | | | | | | | | | | | Whenever a file is renamed, if the extension changes, the mime type and preview might change. This fix passes the updated info to the client that updates it.
* | | Moved new file extension out of the translated stringVincent Petry2013-11-281-1/+1
| | |
* | | New file box now has default file name + extensionVincent Petry2013-11-282-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a user creates a file or folder in the web UI, the input field will contain a default file name, pre-selected up to the extension for easier typing. The purpose is mostly to prevent users creating text files without an extension. Fixes #6045
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-11-272-0/+10
|/ /
* | Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-2719-20/+75
|\| | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php
| * [tx-robot] updated from transifexJenkins for ownCloud2013-11-261-0/+1
| |
| * [tx-robot] updated from transifexJenkins for ownCloud2013-11-262-0/+3
| |
| * Merge pull request #5641 from owncloud/filestrash-emptytrashBjörn Schießle2013-11-251-2/+3
| |\ | | | | | | Deleting all files in trash now only sends a single flag
| | * Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | To prevent having to send the list of all files for deletion, only set a flag "allfiles". This should make it a bit smoother when deleting 5000+ files. Also fixes some "empty trash" message issues.
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-11-245-1/+6
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-11-215-1/+7
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2013-11-214-14/+34
| | |
| * | Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershomeVincent Petry2013-11-211-0/+15
| |\ \ | | | | | | | | Quota storage wrapper is now used for all users in sharing mode
| | * | Quota storage wrapper is now used for all users in sharing modeVincent Petry2013-11-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When accessing a shared folder, the folder's owner appears as mountpoint but wasn't wrapped by a quota storage wrapper. This fix makes sure that all home storages are wrapped by a quota storage wrapper, if applicable, to make sure quotas are respected when uploading into shared folders.
| * | | Merge pull request #5988 from owncloud/files-mobilequickfixMorris Jobke2013-11-211-0/+3
| |\ \ \ | | | | | | | | | | Added min width to files table
| | * | | Added min width to files tableVincent Petry2013-11-211-0/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones.
| * | | disable trahs in files_sharing/public.phpBjoern Schiessle2013-11-211-1/+1
| | | |