Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ownCloud 6 RC1v6.0.0RC1 | Frank Karlitschek | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrename | Frank Karlitschek | 2013-11-28 | 5 | -26/+87 |
|\ | | | | | 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. | ||||
| * | Redetect mime type whenever extension is renamed | Vincent Petry | 2013-11-27 | 2 | -0/+14 |
| | | |||||
* | | Merge pull request #6096 from owncloud/files-txtextfornewfiles | Vincent Petry | 2013-11-28 | 2 | -5/+15 |
|\ \ | | | | | | | New file box now has default file name + extension | ||||
| * | | 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 | ||||
* | | | Merge pull request #6070 from ganomi/showstars | Frank Karlitschek | 2013-11-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Show stars as password placeholder for sharing | ||||
| * | | | Show stars as placeholder | ganomi | 2013-11-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6 | Frank Karlitschek | 2013-11-28 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | on mssql the schema migration sometimes fails due to an already existing... | ||||
| * | | | | on mssql the schema migration sometimes fails due to an already existing ↵ | Thomas Mueller | 2013-11-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transaction - error: 'New transaction is not allowed because there are other threads running in the session.' The solution is to simple reconnect to the database to start with a fresh connection | ||||
* | | | | | Merge pull request #6094 from owncloud/enc_fix_reshares | Vincent Petry | 2013-11-28 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | fix path reconstruction for reshares | ||||
| * | | | | fix path reconstruction for reshares | Bjoern Schiessle | 2013-11-27 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #6084 from owncloud/fix-app-routing | Thomas Müller | 2013-11-28 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | fix custom routes defined by apps | ||||
| * | | | | Fix getRawPathInfo for the '/' edge case | Robin Appelman | 2013-11-27 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | fix custom routes defined by apps | Robin Appelman | 2013-11-27 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #6048 from owncloud/encryption_initial_enc_indicator | Morris Jobke | 2013-11-27 | 6 | -17/+89 |
|\ \ \ \ \ | | | | | | | | | | | | | show a message at the log-in screen if inital encryption take place | ||||
| * | | | | | improve encryption message | Morris Jobke | 2013-11-27 | 3 | -2/+6 |
| | | | | | | |||||
| * | | | | | some small js fixes | Bjoern Schiessle | 2013-11-27 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | add spinner to the template so that it can be loaded in time | Bjoern Schiessle | 2013-11-27 | 2 | -1/+3 |
| | | | | | | |||||
| * | | | | | switch to large spinner | Bjoern Schiessle | 2013-11-27 | 3 | -2/+7 |
| | | | | | | |||||
| * | | | | | switch from "name" attribute to "id" | Bjoern Schiessle | 2013-11-27 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into encryption_initial_enc_indicator | Bjoern Schiessle | 2013-11-27 | 33 | -156/+720 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| * | | | | | with the latest changes in master $this-userID is always the correct ID, so ↵ | Bjoern Schiessle | 2013-11-27 | 2 | -25/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | we no longer need the extra parameter | ||||
| * | | | | | Merge branch 'master' into encryption_initial_enc_indicator | Bjoern Schiessle | 2013-11-26 | 289 | -1892/+3226 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | added a small version of the dark loading gif, looks nicer on the blue ↵ | Bjoern Schiessle | 2013-11-26 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | background | ||||
| * | | | | | use POST instead of GET | Bjoern Schiessle | 2013-11-26 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | fix typo in var name | Bjoern Schiessle | 2013-11-26 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | remove debug output | Bjoern Schiessle | 2013-11-25 | 1 | -1/+0 |
| | | | | | | |||||
| * | | | | | show a message at the log-in screen if inital encryption take place | Bjoern Schiessle | 2013-11-25 | 5 | -7/+73 |
| | | | | | | |||||
* | | | | | | Merge pull request #6088 from owncloud/fix_public_previews | Björn Schießle | 2013-11-27 | 1 | -3/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix public preview creation if a user is logged in | ||||
| * | | | | | | fix public preview creation if a user ios logged in | Bjoern Schiessle | 2013-11-27 | 1 | -3/+7 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #6039 from owncloud/trashbin_move_file_to_owners_trash | Björn Schießle | 2013-11-27 | 4 | -39/+116 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | move files to owners trash | ||||
| * | | | | | | Fixed sharing hook to not remove the share before the trashbin | Vincent Petry | 2013-11-27 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the hook order between sharing app and trashbin | ||||
| * | | | | | | only create complete share key if we know the exact path | Bjoern Schiessle | 2013-11-26 | 1 | -1/+3 |
| | | | | | | | |||||
| * | | | | | | move files to owners trash | Bjoern Schiessle | 2013-11-25 | 2 | -41/+110 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6086 from owncloud/incognito_mode | Morris Jobke | 2013-11-27 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | return false if user is in incognito mode | ||||
| * | | | | | | | return false if user is in incognito mode | Bjoern Schiessle | 2013-11-27 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* / | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-27 | 274 | -11244/+15279 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #5977 from owncloud/encryption_enable_public_upload | Vincent Petry | 2013-11-27 | 8 | -22/+17 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Encryption enable public upload | ||||
| * | | | | | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 828 | -13068/+16529 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | | | Merge pull request #5976 from owncloud/encryption_work_with_public_gallery | Thomas Müller | 2013-11-27 | 7 | -93/+123 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Encryption work with public gallery | ||||
| * | | | | | | typo fixed | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | some small changes according to the review comments | Bjoern Schiessle | 2013-11-27 | 7 | -18/+19 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'encryption_work_with_public_gallery' of ↵ | Bjoern Schiessle | 2013-11-25 | 731 | -11649/+12619 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | github.com:owncloud/core into encryption_work_with_public_gallery | ||||
| | * \ \ \ \ \ | Merge branch 'master' into encryption_work_with_public_gallery | Thomas Mueller | 2013-11-24 | 731 | -11649/+12619 |
| | |\ \ \ \ \ \ | |||||
| * | | | | | | | | fix typo in comment | Bjoern Schiessle | 2013-11-25 | 1 | -1/+1 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #6027 from owncloud/public-api-restful-routing-oc6 | Morris Jobke | 2013-11-27 | 3 | -2/+29 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix appframework routing | ||||
| * | | | | | | | | add PHPDoc for urlParams | Morris Jobke | 2013-11-27 | 1 | -0/+1 |
| | | | | | | | | |