summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Allow space for federated share id searchVincent Petry2016-08-302-1/+53
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1198 from nextcloud/php56-and-70-onlyLukas Reschke2016-08-303-37/+9
|\ \ \ \ \ \ \
| * | | | | | | Proper brandingLukas Reschke2016-08-301-1/+1
| * | | | | | | Show error if PHP version below 5.6 is usedLukas Reschke2016-08-301-4/+4
| * | | | | | | Execute only tests for modern PHP versionsLukas Reschke2016-08-301-24/+0
| * | | | | | | Exclude older PHP versions from .travis.ymlLukas Reschke2016-08-301-9/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1087 from nextcloud/get-delay-twiceLukas Reschke2016-08-303-9/+11
|\ \ \ \ \ \ \
| * | | | | | | dont get bruteforce delay twiceRobin Appelman2016-08-293-9/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1195 from nextcloud/heartbeat-short-circuitLukas Reschke2016-08-301-0/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Short circuit processing of the heartbeat requestRobin Appelman2016-08-301-0/+3
* | | | | | | Merge pull request #1190 from nextcloud/addressbook-correctly-handle-multi-va...Morris Jobke2016-08-302-2/+105
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add a unit test for all the magicJoas Schilling2016-08-301-1/+64
| * | | | | | Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-301-1/+41
* | | | | | | Merge pull request #1187 from nextcloud/danysz-masterJoas Schilling2016-08-302-0/+6
|\ \ \ \ \ \ \
| * | | | | | | update to proper icons and run occ command to update JS fileMorris Jobke2016-08-302-3/+6
| * | | | | | | Update the mime types with the relevant types for "apple-iWorks" (pages, numb...Daniel Szasz2016-08-301-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1089 from nextcloud/allow-to-prevent-previewsRoeland Jago Douma2016-08-302-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-292-1/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1138 from nextcloud/expiry-as-occ-commandRoeland Jago Douma2016-08-304-0/+263
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-294-0/+263
| |/ / / / /
* | | | | | Merge pull request #1178 from nextcloud/theming-spinner-animationJoas Schilling2016-08-302-8/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Theming: Show loading spinner while uploading filesJulius Haertl2016-08-302-8/+19
* | | | | | Merge pull request #988 from nextcloud/ocs_federationMorris Jobke2016-08-303-64/+82
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use function parametersRoeland Jago Douma2016-08-282-17/+8
| * | | | | Move OCSAuthAPI to AppFrameworkRoeland Jago Douma2016-08-283-49/+76
* | | | | | Merge pull request #974 from nextcloud/move_ocs_routes_to_fedfilesharingMorris Jobke2016-08-305-165/+162
|\ \ \ \ \ \
| * | | | | | Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-285-165/+162
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1160 from nextcloud/downstream-25823Roeland Jago Douma2016-08-301-1/+5
|\ \ \ \ \ \
| * | | | | | use correct OCP\DefaultsJörn Friedrich Dreyer2016-08-291-1/+1
| * | | | | | Include "Product Name" in status.php printoutmartin.mattel@diemattels.at2016-08-291-1/+5
| |/ / / / /
* | | | | | Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke2016-08-309-79/+53
|\ \ \ \ \ \
| * | | | | | AvatarController use proper JSONResponseRoeland Jago Douma2016-08-292-45/+36
| * | | | | | Minor cleanup in core ControllersRoeland Jago Douma2016-08-295-17/+14
| * | | | | | UserController does not require DefaultsRoeland Jago Douma2016-08-292-17/+3
* | | | | | | Merge pull request #891 from nextcloud/us_25810Morris Jobke2016-08-302-45/+216
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Improve regexp to detect duplicate folders when repairing unmerged sharesVincent Petry2016-08-172-42/+74
| * | | | | | Fix unmerged shares repair with mixed group and direct sharesVincent Petry2016-08-172-4/+57
| * | | | | | Improve file_target finding logic when repairing unmerged sharesVincent Petry2016-08-172-10/+96
* | | | | | | Merge pull request #1132 from nextcloud/prevent-parse-error-on-editing-an-htm...blizzz2016-08-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Prevent parse error on editing an HTML commentJoas Schilling2016-08-291-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1169 from nextcloud/2fa-single-providerLukas Reschke2016-08-292-5/+93
|\ \ \ \ \ \ \
| * | | | | | | redirect to 2fa provider if there's only one active for the userChristoph Wurst2016-08-292-5/+93
* | | | | | | | Merge pull request #1170 from nextcloud/theming-fix-primary-buttonLukas Reschke2016-08-292-35/+77
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Theming: fix primary button for bright colorsJulius Haertl2016-08-292-35/+77
| |/ / / / / /
* | | | | | | Merge pull request #1130 from nextcloud/shared-upload-quotaRoeland Jago Douma2016-08-292-0/+28
|\ \ \ \ \ \ \
| * | | | | | | A shared storage is never a home storage - fixes #25582Thomas Müller2016-08-291-0/+10
| * | | | | | | Added integration testSergio Bertolin2016-08-291-0/+18
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1147 from nextcloud/files-hidden-files-summaryRoeland Jago Douma2016-08-294-52/+230
|\ \ \ \ \ \ \
| * | | | | | | Display number of hidden files in files summary (#25870)Vincent Petry2016-08-294-52/+230
| |/ / / / / /
* | | | | | | Merge pull request #1146 from nextcloud/init-filesconfigRoeland Jago Douma2016-08-291-0/+4
|\ \ \ \ \ \ \