Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "Global Auth" option to external storage | Robin Appelman | 2016-06-21 | 9 | -3/+282 |
| | | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png) | ||||
* | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-21 | 70 | -153/+608 |
|\ | |||||
| * | Catch exceptions while creating shared mounts (#25077) | Robin Appelman | 2016-06-20 | 2 | -11/+25 |
| | | |||||
| * | Don't send activity to non-admins when assigning invisible tags (#25192) | Vincent Petry | 2016-06-20 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #25173 from owncloud/fix_conversion_issues | Vincent Petry | 2016-06-20 | 4 | -0/+6 |
| |\ | | | | | | | Fix conversion issues | ||||
| | * | Fix conversion issues | Juan Pablo Villafáñez | 2016-06-20 | 4 | -0/+6 |
| | | | | | | | | | | | | Change to phpdoc type for automatic conversion | ||||
| * | | Merge pull request #25162 from owncloud/password-login-forbidden-hint | Vincent Petry | 2016-06-20 | 3 | -7/+87 |
| |\ \ | | | | | | | | | Password login forbidden hint | ||||
| | * | | PasswordLoginForbidden must extend NotAuthenticated | Vincent Petry | 2016-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | The auth code from Sabre will forward NotAuthenticated exceptions but in the case of a generic exception, it is packaged as "service not available". | ||||
| | * | | throw PasswordLoginForbidden on DAV | Christoph Wurst | 2016-06-17 | 3 | -3/+60 |
| | | | | |||||
| | * | | add PasswordLoginForbiddenException | Christoph Wurst | 2016-06-17 | 2 | -6/+29 |
| | | | | |||||
| * | | | Merge pull request #25159 from owncloud/share-app-initorder | Vincent Petry | 2016-06-20 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | Delay files_sharing's registerMountProviders | ||||
| | * | | | Delay files_sharing's registerMountProviders | Vincent Petry | 2016-06-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves registerMountProviders until after the sharing backends were registered. In some situations registerMountProviders will trigger listeners which might require filesystem access which itself would mount shares, which itself requires the sharing backends to be initialized. | ||||
| * | | | | Merge pull request #25010 from owncloud/gdrive-fix-tests | Vincent Petry | 2016-06-20 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Fix GDrive test rename overwrite folder | ||||
| | * | | | | Fix GDrive test rename overwrite folder | Vincent Petry | 2016-06-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge pull request #25161 from owncloud/fixgetsharefolder | Vincent Petry | 2016-06-20 | 2 | -5/+9 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Make getShareFolder use given view instead of static FS | ||||
| | * | | | | | Make getShareFolder use given view instead of static FS | Vincent Petry | 2016-06-17 | 2 | -5/+9 |
| | | |_|/ / | | |/| | | | |||||
| * | | | | | Merge pull request #25120 from owncloud/settings_fix_checkbox_newline | Vincent Petry | 2016-06-20 | 2 | -3/+7 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | files_external: Keep checkbox and its label on one line | ||||
| | * | | | | | files_external: Keep checkbox and its label on one line #20032 #22655 | Markus Goetz | 2016-06-17 | 2 | -3/+7 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Else the checkbox and the decription end up on different lines in my Chrome on OS X | ||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-20 | 10 | -2/+56 |
| | | | | | | |||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-18 | 4 | -2/+68 |
| |/ / / / | |||||
| * / / / | Changed global variable to local | Sergio Bertolín | 2016-06-17 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-17 | 18 | -4/+116 |
| | | | | |||||
| * | | | Merge pull request #24965 from owncloud/streams-0.4.1 | Vincent Petry | 2016-06-16 | 5 | -52/+39 |
| |\ \ \ | | | | | | | | | | | update icewind/streams to 0.4.1 | ||||
| | * | | | update icewind/streams to 0.4.1 | Robin Appelman | 2016-06-15 | 5 | -52/+39 |
| | | |/ | | |/| | |||||
| * | | | Move birthday calendar generation to a live migration job (#25135) | Thomas Müller | 2016-06-16 | 5 | -66/+84 |
| | | | | |||||
| * | | | Merge pull request #25104 from owncloud/dropbox-catchratelimit | Vincent Petry | 2016-06-16 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | Convert Dropbox Forbidden exception to StorageNotAvailableException | ||||
| | * | | | Convert Dropbox Forbidden exception to StorageNotAvailableException | Vincent Petry | 2016-06-14 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Merge pull request #25103 from owncloud/fed-share-disable-cleanfolder | Vincent Petry | 2016-06-16 | 2 | -1/+43 |
| |\ \ \ \ | | |_|/ / | |/| | | | disable cleanFolder for the federated share storage | ||||
| | * | | | disable cleanFolder for the federated share storage | Robin Appelman | 2016-06-14 | 2 | -1/+43 |
| | |/ / | |||||
| * | | | Merge pull request #25082 from owncloud/fix-sessionless-clients | Vincent Petry | 2016-06-15 | 2 | -14/+6 |
| |\ \ \ | | | | | | | | | | | Fix sessionless clients | ||||
| | * | | | create session token only for clients that support cookies | Christoph Wurst | 2016-06-13 | 1 | -12/+5 |
| | | | | | |||||
| | * | | | create session token on all APIs | Christoph Wurst | 2016-06-13 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Update start-swift-ceph.sh (#25109) | Jürgen Weigert | 2016-06-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | fix failing https://ci.owncloud.org/job/server-master-linux-externals/database=sqlite,external=swift-ceph,label=SLAVE/ | ||||
| * | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-15 | 8 | -2/+10 |
| | |/ / | |/| | | |||||
| * | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-14 | 6 | -0/+56 |
| | | | | |||||
* | | | | no need to mention ownCloud explicitely | Bjoern Schiessle | 2016-06-20 | 2 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #165 from nextcloud/fix-owncloud-references-federated | Björn Schießle | 2016-06-20 | 78 | -218/+218 |
|\ \ \ \ | | | | | | | | | | | fix references to ownCloud in the federated files sharing app | ||||
| * | | | | s/ownCloud/Nextcloud | Bjoern Schiessle | 2016-06-20 | 78 | -218/+218 |
| | | | | | |||||
* | | | | | Merge pull request #162 from nextcloud/fix-owncloud-reference | Morris Jobke | 2016-06-20 | 79 | -171/+171 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix references | ||||
| * | | | | | fix more strings | Morris Jobke | 2016-06-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix more strings | Morris Jobke | 2016-06-20 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | fix federation strings | Morris Jobke | 2016-06-20 | 6 | -12/+12 |
| | | | | | | |||||
| * | | | | | fix l10n | Morris Jobke | 2016-06-20 | 44 | -44/+44 |
| | | | | | | |||||
| * | | | | | fix l10n | Morris Jobke | 2016-06-20 | 64 | -64/+64 |
| | | | | | | |||||
| * | | | | | fix l10n | Morris Jobke | 2016-06-20 | 44 | -44/+44 |
| | | | | | | |||||
| * | | | | | fix strings | Morris Jobke | 2016-06-20 | 4 | -4/+4 |
| |/ / / / | |||||
* / / / / | don't try to log the currently logged in user, this fails on cronjobs. The ↵ | Bjoern Schiessle | 2016-06-20 | 2 | -31/+5 |
|/ / / / | | | | | | | | | | | | | users are logged anyway | ||||
* | | | | Fix failing JS unit tests | Morris Jobke | 2016-06-16 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | * fixes #124 | ||||
* | | | | Merge pull request #83 from nextcloud/file-drop-highlight | Marius Blüm | 2016-06-15 | 5 | -89/+277 |
|\ \ \ \ | | | | | | | | | | | File drop highlight | ||||
| * | | | | store icons in class | Vincent Chan | 2016-06-15 | 2 | -6/+5 |
| | | | | |