Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 4 | -14/+34 |
| | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-18 | 200 | -1697/+6854 |
| | |||||
* | Merge pull request #9047 from owncloud/fix_preload_fundamental_apps | Lukas Reschke | 2014-06-18 | 1 | -0/+2 |
|\ | | | | | Load fundamental apps, before any possible customizing app may follow | ||||
| * | Load fundamental apps, before any possible customizing app may follow | Arthur Schiwon | 2014-06-16 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #8399 from owncloud/server-server-sharing | icewind1991 | 2014-06-17 | 45 | -106/+1222 |
|\ \ | | | | | | | Add server<->server sharing | ||||
| * | | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 5 | -11/+24 |
| | | | |||||
| * | | organize js a bit better | Robin Appelman | 2014-06-17 | 2 | -47/+69 |
| | | | |||||
| * | | Better error handeling in testremote | Robin Appelman | 2014-06-17 | 1 | -3/+7 |
| | | | |||||
| * | | testremote is for public access | Robin Appelman | 2014-06-17 | 1 | -1/+0 |
| | | | |||||
| * | | fix broken buttons for IE8-11 | Morris Jobke | 2014-06-17 | 1 | -0/+1 |
| | | | |||||
| * | | fixing layout issue - mostly alignment | Morris Jobke | 2014-06-17 | 1 | -0/+20 |
| | | | |||||
| * | | Also support removeable mounts with rmdir | Robin Appelman | 2014-06-16 | 1 | -19/+28 |
| | | | |||||
| * | | Fix permission for movable storage root | Robin Appelman | 2014-06-16 | 1 | -5/+8 |
| | | | |||||
| * | | Prevent warning | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix setupFromToken when a password is set | Robin Appelman | 2014-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Fix multiple users having the same external share mountpoint | Robin Appelman | 2014-06-16 | 3 | -5/+11 |
| | | | |||||
| * | | Make testremote more robust | Robin Appelman | 2014-06-16 | 1 | -3/+8 |
| | | | |||||
| * | | Add route which went missing during rebase | Robin Appelman | 2014-06-16 | 1 | -0/+1 |
| | | | |||||
| * | | Add some safety checks | Robin Appelman | 2014-06-16 | 3 | -4/+7 |
| | | | |||||
| * | | Always send a POST body | Robin Appelman | 2014-06-14 | 1 | -4/+2 |
| | | | |||||
| * | | Fix permissions functions for webdav external storages | Robin Appelman | 2014-06-14 | 1 | -2/+22 |
| | | | |||||
| * | | Fix public share webdav permissions | Robin Appelman | 2014-06-14 | 2 | -2/+2 |
| | | | |||||
| * | | fix modified date for external shares | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | | | |||||
| * | | Fix undefined index error | Robin Appelman | 2014-06-14 | 1 | -6/+0 |
| | | | |||||
| * | | block server-to-server share if files_external is not activates, can be ↵ | Bjoern Schiessle | 2014-06-14 | 2 | -1/+10 |
| | | | | | | | | | | | | reverted once we moved to the webdav implementation in core | ||||
| * | | add settings to disable server to server sharing | Bjoern Schiessle | 2014-06-14 | 8 | -5/+82 |
| | | | |||||
| * | | Properly expose read only public shares as read only | Robin Appelman | 2014-06-14 | 5 | -0/+102 |
| | | | |||||
| * | | Fix storage being passed to cache/watcher and scanner when using storage ↵ | Robin Appelman | 2014-06-14 | 6 | -29/+74 |
| | | | | | | | | | | | | wrappers | ||||
| * | | Fix deleting of external shares | Robin Appelman | 2014-06-14 | 1 | -0/+1 |
| | | | |||||
| * | | Properly set read permissions for webdav storages | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | generate better storage ids | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Use the movable mount system for external shares | Robin Appelman | 2014-06-14 | 3 | -39/+66 |
| | | | |||||
| * | | Fix check for shared files inside shares | Robin Appelman | 2014-06-14 | 2 | -4/+5 |
| | | | |||||
| * | | Fix checking for external share in encryption | Robin Appelman | 2014-06-14 | 1 | -1/+4 |
| | | | |||||
| * | | if file doesn't exist, check parent folder | Bjoern Schiessle | 2014-06-14 | 2 | -0/+6 |
| | | | |||||
| * | | Fix prompting for password | Robin Appelman | 2014-06-14 | 3 | -16/+18 |
| | | | |||||
| * | | Save mountpoints relative to the user | Robin Appelman | 2014-06-14 | 1 | -6/+15 |
| | | | |||||
| * | | Generate a unique name | Robin Appelman | 2014-06-14 | 1 | -0/+2 |
| | | | |||||
| * | | Update for changes in master | Robin Appelman | 2014-06-14 | 1 | -1/+0 |
| | | | |||||
| * | | exclude mounted server-to-server shares from encryption | Bjoern Schiessle | 2014-06-14 | 1 | -4/+28 |
| | | | |||||
| * | | make sure to enable incognito mode when mounting a public link and update ↵ | Bjoern Schiessle | 2014-06-14 | 2 | -0/+3 |
| | | | | | | | | | | | | init status of the encryption app | ||||
| * | | Scan the entire remote share at once by requesting the full file tree from ↵ | Robin Appelman | 2014-06-14 | 4 | -1/+147 |
| | | | | | | | | | | | | the remote server | ||||
| * | | Improve detection of whether we're in the files app | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Dont return false for internalPath | Robin Appelman | 2014-06-14 | 1 | -0/+3 |
| | | | |||||
| * | | Fix removing remote shares | Robin Appelman | 2014-06-14 | 1 | -0/+18 |
| | | | |||||
| * | | Support path lengths up to 4000 chars | Robin Appelman | 2014-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Fix exposing single files over webdav | Robin Appelman | 2014-06-14 | 2 | -3/+7 |
| | | | |||||
| * | | Add interface for adding a public share to a different ownCloud instance | Robin Appelman | 2014-06-14 | 6 | -6/+84 |
| | | | |||||
| * | | Add interface for accpeting external shares | Robin Appelman | 2014-06-14 | 5 | -0/+87 |
| | | | |||||
| * | | Add coments to database and dont use sql keywords as table names | Robin Appelman | 2014-06-14 | 2 | -5/+14 |
| | | |