Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove 3rdparty for polyfills for php5.4 and php5.5 | Roeland Jago Douma | 2016-08-31 | 1 | -0/+0 |
| | |||||
* | Merge pull request #1189 from nextcloud/share-allowspaceinremote | Lukas Reschke | 2016-08-30 | 2 | -1/+53 |
|\ | | | | | Allow space for federated share id search | ||||
| * | Allow space for federated share id search | Vincent Petry | 2016-08-30 | 2 | -1/+53 |
| | | |||||
* | | Merge pull request #1198 from nextcloud/php56-and-70-only | Lukas Reschke | 2016-08-30 | 3 | -37/+9 |
|\ \ | | | | | | | Exclude older PHP versions from .travis.yml | ||||
| * | | Proper branding | Lukas Reschke | 2016-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | Show error if PHP version below 5.6 is used | Lukas Reschke | 2016-08-30 | 1 | -4/+4 |
| | | | |||||
| * | | Execute only tests for modern PHP versions | Lukas Reschke | 2016-08-30 | 1 | -24/+0 |
| | | | |||||
| * | | Exclude older PHP versions from .travis.yml | Lukas Reschke | 2016-08-30 | 1 | -9/+5 |
| | | | |||||
* | | | Merge pull request #1087 from nextcloud/get-delay-twice | Lukas Reschke | 2016-08-30 | 3 | -9/+11 |
|\ \ \ | | | | | | | | | dont get bruteforce delay twice | ||||
| * | | | dont get bruteforce delay twice | Robin Appelman | 2016-08-29 | 3 | -9/+11 |
| | | | | |||||
* | | | | Merge pull request #1195 from nextcloud/heartbeat-short-circuit | Lukas Reschke | 2016-08-30 | 1 | -0/+3 |
|\ \ \ \ | |_|/ / |/| | | | Short circuit processing of the heartbeat request | ||||
| * | | | Short circuit processing of the heartbeat request | Robin Appelman | 2016-08-30 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #1190 from ↵ | Morris Jobke | 2016-08-30 | 2 | -2/+105 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | nextcloud/addressbook-correctly-handle-multi-values Correctly handle multi-values when converting VCards to array | ||||
| * | | | Add a unit test for all the magic | Joas Schilling | 2016-08-30 | 1 | -1/+64 |
| | | | | |||||
| * | | | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-30 | 1 | -1/+41 |
| | | | | |||||
* | | | | Merge pull request #1187 from nextcloud/danysz-master | Joas Schilling | 2016-08-30 | 2 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | Update the mime types with the relevant types for "apple-iWorks" | ||||
| * | | | | update to proper icons and run occ command to update JS file | Morris Jobke | 2016-08-30 | 2 | -3/+6 |
| | | | | | |||||
| * | | | | Update the mime types with the relevant types for "apple-iWorks" (pages, ↵ | Daniel Szasz | 2016-08-30 | 1 | -0/+3 |
| | |_|/ | |/| | | | | | | | | | | numbers, keynote). Now the files are treated like a file when are in "Single file" mode. | ||||
* | | | | Merge pull request #1089 from nextcloud/allow-to-prevent-previews | Roeland Jago Douma | 2016-08-30 | 2 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | Check if the file isReadable() before sending a (cached) preview | ||||
| * | | | | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 2 | -1/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1138 from nextcloud/expiry-as-occ-command | Roeland Jago Douma | 2016-08-30 | 4 | -0/+263 |
|\ \ \ \ | |_|/ / |/| | | | Add occ command to expire the trashbin (#25878) | ||||
| * | | | Add occ command to expire the trashbin (#25878) | Thomas Müller | 2016-08-29 | 4 | -0/+263 |
| |/ / | | | | | | | | | | | | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check | ||||
* | | | Merge pull request #1178 from nextcloud/theming-spinner-animation | Joas Schilling | 2016-08-30 | 2 | -8/+19 |
|\ \ \ | |_|/ |/| | | Theming: Show loading spinner while uploading files | ||||
| * | | Theming: Show loading spinner while uploading files | Julius Haertl | 2016-08-30 | 2 | -8/+19 |
| | | | |||||
* | | | Merge pull request #988 from nextcloud/ocs_federation | Morris Jobke | 2016-08-30 | 3 | -64/+82 |
|\ \ \ | | | | | | | | | Move OCSAuthAPI to AppFramework | ||||
| * | | | Use function parameters | Roeland Jago Douma | 2016-08-28 | 2 | -17/+8 |
| | | | | |||||
| * | | | Move OCSAuthAPI to AppFramework | Roeland Jago Douma | 2016-08-28 | 3 | -49/+76 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Convert class * Convert routes * Convert tests | ||||
* | | | | Merge pull request #974 from nextcloud/move_ocs_routes_to_fedfilesharing | Morris Jobke | 2016-08-30 | 5 | -165/+162 |
|\ \ \ \ | | | | | | | | | | | Move federated sharing routes to the federatedfilesharing app | ||||
| * | | | | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 5 | -165/+162 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now. | ||||
* | | | | Merge pull request #1160 from nextcloud/downstream-25823 | Roeland Jago Douma | 2016-08-30 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Include "Product Name" in status.php printout | ||||
| * | | | | use correct OCP\Defaults | Jörn Friedrich Dreyer | 2016-08-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Include "Product Name" in status.php printout | martin.mattel@diemattels.at | 2016-08-29 | 1 | -1/+5 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | identifyer -> identifier removed variable | ||||
* | | | | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 9 | -79/+53 |
|\ \ \ \ | | | | | | | | | | | Core controller cleanup | ||||
| * | | | | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 2 | -45/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests | ||||
| * | | | | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 5 | -17/+14 |
| | | | | | |||||
| * | | | | UserController does not require Defaults | Roeland Jago Douma | 2016-08-29 | 2 | -17/+3 |
| | | | | | |||||
* | | | | | Merge pull request #891 from nextcloud/us_25810 | Morris Jobke | 2016-08-30 | 2 | -45/+216 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | [OC] Fix unmerged shares repair targetdecision | ||||
| * | | | | Improve regexp to detect duplicate folders when repairing unmerged shares | Vincent Petry | 2016-08-17 | 2 | -42/+74 |
| | | | | | |||||
| * | | | | Fix unmerged shares repair with mixed group and direct shares | Vincent Petry | 2016-08-17 | 2 | -4/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a group share is created after a direct share, the stime order needs to be properly considered in the repair routine, considering that the direct user share is appended to the $subShares array and breaking its order. | ||||
| * | | | | Improve file_target finding logic when repairing unmerged shares | Vincent Petry | 2016-08-17 | 2 | -10/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pick the most recent subshare that has no parenthesis from duplication which should match whichever name the user picked last. If all subshares have duplicate parenthesis names, use the least recent group share's target instead. | ||||
* | | | | | Merge pull request #1132 from ↵ | blizzz | 2016-08-30 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/prevent-parse-error-on-editing-an-html-comment Prevent parse error on editing an HTML comment | ||||
| * | | | | | Prevent parse error on editing an HTML comment | Joas Schilling | 2016-08-29 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1169 from nextcloud/2fa-single-provider | Lukas Reschke | 2016-08-29 | 2 | -5/+93 |
|\ \ \ \ \ | | | | | | | | | | | | | redirect to 2fa provider if there's only one active for the user | ||||
| * | | | | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 2 | -5/+93 |
| | | | | | | |||||
* | | | | | | Merge pull request #1170 from nextcloud/theming-fix-primary-button | Lukas Reschke | 2016-08-29 | 2 | -35/+77 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Theming: fix primary button for bright colors | ||||
| * | | | | | Theming: fix primary button for bright colors | Julius Haertl | 2016-08-29 | 2 | -35/+77 |
| |/ / / / | |||||
* | | | | | Merge pull request #1130 from nextcloud/shared-upload-quota | Roeland Jago Douma | 2016-08-29 | 2 | -0/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | [uc] Fix uploading to shared folder with quota | ||||
| * | | | | | A shared storage is never a home storage - fixes #25582 | Thomas Müller | 2016-08-29 | 1 | -0/+10 |
| | | | | | | |||||
| * | | | | | Added integration test | Sergio Bertolin | 2016-08-29 | 1 | -0/+18 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #1147 from nextcloud/files-hidden-files-summary | Roeland Jago Douma | 2016-08-29 | 4 | -52/+230 |
|\ \ \ \ \ | | | | | | | | | | | | | Display number of hidden files in files summary (#25870) |