summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Fix othersJoas Schilling2016-07-2132-98/+99
|
* Revert "Remove "Help" link from personal sidebar"Lukas Reschke2016-07-211-4/+2
| | | | This reverts commit deef15a3c7119b2965e7212ce53ba70e6baed779.
* Link to proper clientsLukas Reschke2016-07-211-4/+3
|
* Use proper documentation linksLukas Reschke2016-07-211-2/+2
| | | | Since it is just faking the 10 we need to hardcode this here...
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-211-1/+1
|\ | | | | Implement brute force protection
| * Implement brute force protectionLukas Reschke2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-202-0/+9
|\ \ | | | | | | [master] Port Same-Site Cookies to master
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-202-0/+9
| |/ | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | Merge pull request #462 from nextcloud/master-explodeMorris Jobke2016-07-201-1/+1
|\ \ | |/ |/| [master] Use explode() instead of split()
| * [master] Use explode() instead of split()Lukas Reschke2016-07-201-1/+1
| | | | | | | | Sync from https://github.com/owncloud/core/pull/25488
* | Show app name in error message if app could not be loaded. (#25441)Klaas Freitag2016-07-201-1/+6
|/
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-181-1/+1
|\ | | | | Theming fixes
| * Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
| |
* | Remove asset pipelinRoeland Jago Douma2016-07-151-42/+0
|/ | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-082-22/+13
| | | | * the setup check is still there
* Migrate logic to dynamic controllerLukas Reschke2016-06-272-34/+5
| | | | Also adds support for having custom login backgrounds
* write theme settings to databaseBjoern Schiessle2016-06-271-4/+33
|
* Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke2016-06-261-5/+6
|\
| * redirect to new login route (#25099)Christoph Wurst2016-06-211-5/+6
| | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side
* | fix more stringsMorris Jobke2016-06-202-9/+5
| |
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611Arthur Schiwon2016-06-112-1/+8
|\|
| * Check 2FA state for raw php files tooChristoph Wurst2016-06-102-1/+8
| |
* | Downstream 2016-06-09Arthur Schiwon2016-06-093-16/+29
|\| | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609
| * Merge pull request #25000 from owncloud/fix-email-login-davVincent Petry2016-06-091-2/+2
| |\ | | | | | | Allow login by email address via webdav as well
| | * Allow login by email address via webdav as well - fixes #24791Thomas Müller2016-06-091-2/+2
| | |
| * | Merge pull request #25014 from owncloud/admin-datadircheck-fixVincent Petry2016-06-091-13/+24
| |\ \ | | |/ | |/| Use temporary htaccesstest.txt for data dir security check
| | * Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-071-13/+24
| | |
| * | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+3
| |/
* | Revert "Downstream 2016-06-08"blizzz2016-06-091-3/+1
| |
* | dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-091-1/+3
| |
* | THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-081-7/+7
| |
* | Remove "Help" link from personal sidebarLukas Reschke2016-06-061-2/+4
|/ | | | | | At the moment we want to hide the help link from the personal sidebar as it contains the original ownCloud documentation. Once we have our own documentation with our proper branding and so on we can reenable this.
* Fix second check for quota size (#24989)Joas Schilling2016-06-061-1/+1
|
* Merge pull request #24936 from owncloud/2fa-block-ocsVincent Petry2016-06-021-0/+4
|\ | | | | block OCS if 2FA challenge needs to be solved first
| * block OCS if 2FA challenge needs to be solved firstChristoph Wurst2016-06-011-0/+4
| |
* | Merge pull request #24946 from ↵Vincent Petry2016-06-021-0/+5
|\ \ | | | | | | | | | | | | owncloud/issue-24943-duplicate-downgrade-unsupported-message Do not show the hint when it's the same as the message
| * | Do not show the hint when it's the same as the messageJoas Schilling2016-06-011-0/+5
| |/
* / Fix URL for client downloadsJoas Schilling2016-06-011-1/+1
|/
* Merge pull request #24912 from owncloud/session-tokens-apache-authVincent Petry2016-06-011-0/+2
|\ | | | | Create session tokens for apache auth users
| * Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+2
| |
* | Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
|/ | | | mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
* Update license headersLukas Reschke2016-05-2630-67/+60
|
* Changed labels of chunk TTL to mention chunksVincent Petry2016-05-241-1/+1
|
* Move cache chunk TTL value to FileChunking classVincent Petry2016-05-241-1/+9
| | | | This makes it less generic and only used for actual file chunking
* Merge pull request #24750 from ↵Vincent Petry2016-05-231-12/+131
|\ | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads
| * Code style and doc fixPiotr Filiciak2016-05-231-6/+6
| |
| * Http Range requests support in downloadsPiotr Filiciak2016-05-201-12/+131
| | | | | | | | Http range requests support is required for video preview
* | Add encoding wrapper as opt-in mount optionVincent Petry2016-05-201-4/+2
| | | | | | | | | | The encoding wrapper is now only applied when the mount option is set, disabled by default.
* | Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+9
|/
* Group fixup (#24621)Roeland Douma2016-05-173-424/+8
| | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx