Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update #free_space on getstoragestats AJAX call | Pellaeon Lin | 2013-12-11 | 2 | -0/+3 |
| | |||||
* | Display different messages for uploadLimit and freeSpace | Pellaeon Lin | 2013-12-08 | 3 | -4/+15 |
| | |||||
* | Change misleading message when file size exceeds upload limit | Pellaeon Lin | 2013-12-08 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-07 | 59 | -60/+1 |
| | |||||
* | it is not possible to unshare files | Bjoern Schiessle | 2013-12-06 | 1 | -14/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-05 | 1 | -0/+3 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-04 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-12-02 | 43 | -9/+72 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-29 | 4 | -1/+6 |
| | |||||
* | Fix resize issue for trash button in chrome and overflowing spinner in ↵ | Morris Jobke | 2013-11-28 | 1 | -1/+1 |
| | | | | | | .update class fixes #6108 | ||||
* | Merge pull request #6090 from ganomi/summaryfix | ganomi | 2013-11-28 | 1 | -1/+1 |
|\ | | | | | Fix filellist/rename/summary problem | ||||
| * | Fix filellist/rename/summary problem | ganomi | 2013-11-27 | 1 | -1/+1 |
| | | | | | | | | | | Fixes #6055 This contribution is MIT licensed! | ||||
* | | Fixed directory icon after rename | Vincent Petry | 2013-11-28 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename | Frank Karlitschek | 2013-11-28 | 3 | -26/+73 |
|\ \ | | | | | | | Redetect mime type whenever extension is renamed | ||||
| * | | Fixed unit tests for ajax rename | Vincent Petry | 2013-11-27 | 1 | -19/+44 |
| | | | |||||
| * | | Update file list entry on rename | Vincent Petry | 2013-11-27 | 2 | -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 string | Vincent Petry | 2013-11-28 | 1 | -1/+1 |
| | | | |||||
* | | | New file box now has default file name + extension | Vincent Petry | 2013-11-28 | 2 | -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 transifex | Jenkins for ownCloud | 2013-11-27 | 2 | -0/+10 |
|/ / | |||||
* | | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 19 | -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 transifex | Jenkins for ownCloud | 2013-11-26 | 1 | -0/+1 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-26 | 2 | -0/+3 |
| | | |||||
| * | Merge pull request #5641 from owncloud/filestrash-emptytrash | Björn Schießle | 2013-11-25 | 1 | -2/+3 |
| |\ | | | | | | | Deleting all files in trash now only sends a single flag | ||||
| | * | Deleting all files in trash now only sends a single flag | Vincent Petry | 2013-11-11 | 1 | -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 transifex | Jenkins for ownCloud | 2013-11-24 | 5 | -1/+6 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 5 | -1/+7 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-21 | 4 | -14/+34 |
| | | | |||||
| * | | Merge pull request #5715 from owncloud/quota-sharing-wrapotherusershome | Vincent Petry | 2013-11-21 | 1 | -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 mode | Vincent Petry | 2013-11-21 | 1 | -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-mobilequickfix | Morris Jobke | 2013-11-21 | 1 | -0/+3 |
| |\ \ \ | | | | | | | | | | | Added min width to files table | ||||
| | * | | | Added min width to files table | Vincent Petry | 2013-11-21 | 1 | -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.php | Bjoern Schiessle | 2013-11-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix undefined index errors if public share view | Bjoern Schiessle | 2013-11-21 | 1 | -2/+3 |
| |/ / | |||||
* / / | public upload now also works with encryption enabled | Bjoern Schiessle | 2013-11-21 | 1 | -1/+0 |
|/ / | |||||
* | | Fixed delete action to show error message as notification | Vincent Petry | 2013-11-19 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #5923 from owncloud/font-weight | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
|\ \ | | | | | | | change bold 'deleted files' button to normal for less focus | ||||
| * | | change bold 'deleted files' button to normal for less focus | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 |
| | | | |||||
* | | | fix filtering number like filenames in filelist | Jörn Friedrich Dreyer | 2013-11-18 | 1 | -1/+1 |
|/ / | | | | | forward port of https://github.com/owncloud/core/commit/847ad6c40b951cbd3d187e3c72cb55dc3acd6951 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-15 | 5 | -3/+55 |
| | | |||||
* | | Files app backend now normalizes paths before rendering templates | Vincent Petry | 2013-11-14 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | Before rendering breadcrumbs or the file list, the paths are now normalized. This prevents the UI to show "." breadcrumbs in case the path contains sections with "/./" Fixes #5848 | ||||
* | | Fixed total dirs/files message hiding condition | Vincent Petry | 2013-11-13 | 1 | -3/+3 |
| | | | | | | | | Fixes #5829 | ||||
* | | Merge pull request #5804 from owncloud/files-selectionsummary | Morris Jobke | 2013-11-11 | 1 | -1/+1 |
|\ \ | |/ |/| | Selection summary is now displayed properly | ||||
| * | Selection summary is now displayed properly | Vincent Petry | 2013-11-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #5775 | ||||
* | | Merge pull request #5769 from owncloud/files-changedirjsevent | Morris Jobke | 2013-11-11 | 1 | -0/+6 |
|\ \ | | | | | | | Added JS event for when the user changes the directory | ||||
| * | | Added JS event for when the user changes the directory | Vincent Petry | 2013-11-08 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | This enables apps to detect directory changes which might be caused by the user using the browser back button. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-11 | 1 | -0/+1 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-09 | 2 | -0/+8 |
| | | |||||
* | | Increased upload error delay to 10 seconds | Vincent Petry | 2013-11-08 | 1 | -6/+5 |
|/ | | | | | | | Fixes #5662 Also made it use OC.Notification instead of directly access the notification HTML element. | ||||
* | Fixed totalDirs JS error | Vincent Petry | 2013-11-07 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-06 | 14 | -2/+35 |
| |