aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve documentationMorris Jobke2017-05-021-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #4651 from nextcloud/fix_appfetcher_updateMorris Jobke2017-05-026-36/+61
|\ | | | | Make sure the AppFetcher fetches the new applist from the appstore
| * Bump versionRoeland Jago Douma2017-05-021-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testRoeland Jago Douma2017-05-021-20/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make sure the AppFetcher fetches the new applist from the appstoreRoeland Jago Douma2017-05-024-15/+50
| | | | | | | | | | | | | | | | When in the upgrade process the version in the config is still the old version. (Since we only upgrade it after the upgrade is complete). However the app list fetched from the appstore must be the new list. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4638 from nextcloud/fix-copy-tooltipLukas Reschke2017-05-021-3/+0
|\ \ | | | | | | Fix "Copied" message for public links
| * | Fix "Copied" message for public linksMorris Jobke2017-05-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * share a file/fodler by public link and click the copy to clipboard icon and watch the tooltip * before: it said "Copy" * after: it now says "Copied" after clicking the button Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4649 from nextcloud/update-links-to-12Lukas Reschke2017-05-022-4/+4
|\ \ \ | |_|/ |/| | Update documentation go.php URL to 12
| * | Update documentation go.php URL to 12Lukas Reschke2017-05-022-4/+4
| | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4650 from nextcloud/appcache_on_updatev12.0.0beta1Lukas Reschke2017-05-023-78/+129
|\ \ \ | |/ / |/| | Do not use caching for appstore fetchers after upgrade
| * | Bump versionRoeland Jago Douma2017-05-021-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix and update testsRoeland Jago Douma2017-05-021-65/+116
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Do not do ETag caching when the version is updatedRoeland Jago Douma2017-05-021-12/+12
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-05-02112-922/+2648
| |
* | Merge pull request #4630 from ↵Morris Jobke2017-05-012-7/+54
|\ \ | | | | | | | | | | | | nextcloud/mark-ip-as-whitelisted-if-bruteforce-protection-is-disabled Mark IP as whitelisted if brute force protection is disabled
| * | Add missing spaceLukas Reschke2017-05-011-1/+1
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Mark IP as whitelisted if brute force protection is disabledLukas Reschke2017-05-012-8/+55
| | | | | | | | | | | | | | | | | | | | | | | | Currently, when disabling the brute force protection no new brute force attempts are logged. However, the ones logged within the last 24 hours will still be used for throttling. This is quite an unexpected behaviour and caused some support issues. With this change when the brute force protection is disabled also the existing attempts within the last 24 hours will be disregarded. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4626 from nextcloud/adjust-shipped-jsonLukas Reschke2017-05-011-4/+0
|\ \ \ | | | | | | | | Remove apps delivered from the appstore
| * | | Remove apps delivered from the appstoreLukas Reschke2017-05-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps that are in shipped.json follow some more requirements such as having a valid code integrity check. This is not something that we require when they come from the appstore as there we verify the download integrity via the signature. Also the updater treats apps that are shipped differently. We should however handle the apps like any other app from the appstore. Fixes https://github.com/nextcloud/server/issues/4605 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #4615 from nextcloud/js-reduce-share.js-complexityLukas Reschke2017-05-011-87/+0
|\ \ \ \ | | | | | | | | | | Remove abandoned methods in OC.Share that refer to old API endpoints
| * | | | Remove unused methods from OC.ShareMorris Jobke2017-05-011-87/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * they do calls against core/ajax/share.php which doesn't exist anymore * also the methods are not called in any of our apps or any of the apps in the appstore Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4612 from nextcloud/js-fix-long-linesRoeland Jago Douma2017-05-012-2/+8
|\ \ \ \ | | | | | | | | | | Fix some long lines in JS - JSLinut recommendation
| * | | | Fix some long lines in JS - JSLinut recommendationMorris Jobke2017-05-012-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4613 from nextcloud/remove-unusedRoeland Jago Douma2017-05-011-371/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused JS file
| * | | | | Remove unused JS fileMorris Jobke2017-05-011-371/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4599 from nextcloud/contactsmenu-mobileLukas Reschke2017-05-011-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Define max-width for Contacts menu for mobile
| * | | | | Define max-width for Contacts menu for mobileJan-Christoph Borchardt2017-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #4598 from nextcloud/menu-flashingLukas Reschke2017-05-011-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Prevent flashing of apps and user menu on page load
| * | | | | Prevent flashing of apps and user menuJan-Christoph Borchardt2017-04-291-2/+2
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #4594 from nextcloud/theming-image-defaultMorris Jobke2017-05-012-0/+69
|\ \ \ \ \ | | | | | | | | | | | | Delete theming images when logo/background is reset to default
| * | | | | Delete theming images when logo/background is reset to defaultJulius Härtl2017-04-302-0/+69
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-012-24/+65
|\ \ \ \ \ | | | | | | | | | | | | Adjust SMB permissions on the root
| * | | | | remove duplicate methodRobin Appelman2017-04-261-26/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | remove excessive loggingRobin Appelman2017-04-261-25/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Add new specific tests for SMBJuan Pablo Villafáñez2017-04-261-0/+19
| | | | | |
| * | | | | Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
| | | | | |
* | | | | | Merge pull request #4624 from nextcloud/email-settings-htmlLukas Reschke2017-05-011-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | fix email settings
| * | | | | fix email settingsRobin Appelman2017-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #4610 from nextcloud/js-semicolonsLukas Reschke2017-05-018-16/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix semicolon at end of JS lines
| * | | | | | Fix semicolon at end of JS linesMorris Jobke2017-05-018-16/+16
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #4614 from nextcloud/js-fix-dialogs-and-octemplateLukas Reschke2017-05-013-4/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix variable definitions in oc dialogs
| * | | | | | Fix variable definitions in oc dialogsMorris Jobke2017-05-013-4/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #4513 from nextcloud/bump-version-to-beta1Lukas Reschke2017-05-011-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Bump version to Nextcloud 12.0 beta 1
| * | | | | Bump version to Nextcloud 12.0 beta 1Lukas Reschke2017-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | Merge pull request #4616 from ↵Roeland Jago Douma2017-05-011-7/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/js-reduce-complexity-for-sharedialogview.js Fix variable definition in sharedialogview.js
| * | | | | Fix variable definition in sharedialogview.jsMorris Jobke2017-05-011-7/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * improves readability of conditional statements and fixes warning in JSLint for varibale definition Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-01102-66/+630
| | | | |
* | | | | Merge pull request #4602 from nextcloud/make-tooltip-intransparentMorris Jobke2017-04-301-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Make tooltip intransparent
| * | | | Make tooltip intransparentMorris Jobke2017-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-04-30166-206/+274
| | | | |