Roeland Jago Douma
17d0988a83
Recreate the composer autoloader files
...
* Adds missing files (so they are statically loaded)
2016-08-15 13:38:22 +02:00
Lukas Reschke
550c5ee7c4
Merge pull request #811 from nextcloud/shared-cachethepropagatorinstance-stable10
...
Store the shared propagator instance
2016-08-10 17:24:44 +02:00
Lukas Reschke
93677b2ca3
Merge pull request #817 from nextcloud/jail-root-stable10
...
[stable10] getJailedPath expects $path to have a trailing /
2016-08-10 16:04:13 +02:00
Lukas Reschke
5e7973b869
Merge pull request #822 from nextcloud/shared-storage-lazy-numeric-id-10
...
[10] get shared storage storage id without setting up the storage
2016-08-10 16:03:21 +02:00
Roeland Jago Douma
a54f9c6aef
OCSController requires DataResponse
...
The OCS Controller requires a DataResponse object to be returned.
This means that all error handling will have to be done via exceptions
thrown and handling in the middleware.
2016-08-10 13:09:01 +02:00
Robin Appelman
5321a8728e
get shared storage storage id without setting up the storage
2016-08-10 13:05:32 +02:00
Thomas Müller
2e0e2064e8
Adding test case for getPathById including a jailed cache where root is just empty
2016-08-10 11:29:11 +02:00
Thomas Müller
0253300e2a
getJailedPath expects $path to have a trailing / - fixes #25464
2016-08-10 11:29:02 +02:00
Vincent Petry
5edd5100fe
Store the shared propagator instance
...
This instead of recreating it for every call.
2016-08-10 10:59:56 +02:00
Björn Schießle
7321baa108
Merge pull request #713 from nextcloud/stable10_474
...
[Stable 10] Group shares with same source and target
2016-08-08 10:55:26 +02:00
Morris Jobke
65dd174655
Merge pull request #756 from nextcloud/twofactor-isset-10
...
[10] Check if an app provide two-factor-auth providers before we try to use them
2016-08-08 09:15:13 +02:00
Marius Blüm
eb9d0b4664
Merge pull request #757 from nextcloud/nextcloud-version-check-10
...
[10] Translate the server version for nextcloud
2016-08-07 09:08:49 +02:00
Joas Schilling
9bc13eb7eb
Translate the server version for nextcloud
2016-08-06 10:42:26 +02:00
Robin Appelman
e9310f750c
Check if an app provide two-factor-auth providers before we try to use them
2016-08-06 10:30:36 +02:00
blizzz
6bbcbb22e9
Correct name in Console Application.php
...
see changes :)
2016-08-05 14:37:32 +02:00
Vincent Petry
21907c4f3e
Fix RepairUnmergedShares to not skip valid repair cases
...
The repair step was a bit overeager to skip repairing so it missed the
case where a group share exists without subshares but with an
additional direct user share.
2016-08-04 19:50:16 +02:00
Vincent Petry
3a86dd1d1a
Adjust repair version check for unmerged shares
2016-08-04 19:50:16 +02:00
Vincent Petry
6638e1857a
Add repair step for unmerged shares (WIP)
2016-08-04 19:50:16 +02:00
Joas Schilling
713e201074
Merge pull request #602 from nextcloud/backport-workflow-engine
...
🚧 [WIP] Backport workflow engine 🚧
2016-08-04 14:20:14 +02:00
Robin Appelman
de8bb68325
revert to old setup connection logic
2016-07-29 00:41:12 +02:00
Morris Jobke
51be4bf2f0
Merge pull request #618 from nextcloud/backport-519-stable10
...
Backport LDAPProvider to Nextcloud 10
2016-07-28 23:13:21 +02:00
Morris Jobke
0a14cd4d60
Merge pull request #628 from nextcloud/stable10-backport-612
...
[stable10] libxml - compare against loaded version
2016-07-28 16:56:55 +02:00
Morris Jobke
1913419520
libxml - compare against loaded version
...
* if the compiled in version is older than the loaded version Nextcloud doesn't work
* uses the loaded libxml version to check against
fixes #205
2016-07-28 14:11:32 +02:00
Roeland Jago Douma
6990a4e550
Support subdir in the OCS v2 endpoint
...
We should check against the ending substring since people could
run their nextcloud in a subfolder.
* Added test
2016-07-28 13:12:01 +02:00
root
aa02f518ad
Backport LDAPProvider to Nextcloud 10
...
New LDAPProvider for user_ldap
final changes
comments amended
Nextcloud license header for new files
2016-07-28 10:20:38 +02:00
Joas Schilling
2a4a1278fa
Allow DI of the workflow manager by the OCP interface
2016-07-27 14:13:08 +02:00
Joas Schilling
6a21289378
Remove php side of check registration
2016-07-27 14:12:19 +02:00
Morris Jobke
bc6c05afb6
Add workflowengine
2016-07-27 14:10:43 +02:00
Arthur Schiwon
1013fac447
fix autoloading in LPAP integration tests, resolves #544
2016-07-26 21:06:29 +02:00
Morris Jobke
d181301699
Merge pull request #508 from nextcloud/stable10_ocs_appframework_xml
...
[Stable10] AppFramework do not get default response
2016-07-25 12:52:13 +02:00
Joas Schilling
28dffaa32f
Make sure we try to autoload the class
2016-07-25 09:42:28 +02:00
Joas Schilling
23b205ed48
Run the license script
2016-07-22 11:40:41 +02:00
Roeland Jago Douma
2abd83212e
AppFramework do not get default response
...
The OCSResponse differs from other responses in that it defaults to
XML. However we fell back to json by default.
This makes sure that if nothing is set we don't pass anything.
Which defaults then to the controllers default (which is often 'json')
but in the case of the OCSResponse 'xml'.
2016-07-21 20:32:48 +02:00
Lukas Reschke
305534225e
Revert "Remove "Help" link from personal sidebar"
...
This reverts commit deef15a3c7
.
2016-07-21 02:11:30 +02:00
Lukas Reschke
decfd1ab59
Link to proper clients
2016-07-21 01:57:03 +02:00
Lukas Reschke
d4f9a69a72
Port 2d37341
to stable10
2016-07-21 01:46:11 +02:00
Lukas Reschke
96c2b0de66
Use proper certificates
...
Ports bcf693539b
2016-07-21 01:35:19 +02:00
Lukas Reschke
9a1ff29351
Use proper documentation links
...
Since it is just faking the 10 we need to hardcode this here...
2016-07-21 00:36:52 +02:00
Lukas Reschke
c385423d10
Merge pull request #479 from nextcloud/add-bruteforce-throttler
...
Implement brute force protection
2016-07-21 00:31:02 +02:00
Lukas Reschke
c1589f163c
Mitigate race condition
2016-07-20 23:09:27 +02:00
Lukas Reschke
adf67fac96
JSON encode the values
2016-07-20 22:47:33 +02:00
Lukas Reschke
ba4f12baa0
Implement brute force protection
...
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)
2016-07-20 22:08:56 +02:00
Lukas Reschke
020a2a6958
Merge pull request #476 from nextcloud/port-same-site-cookies
...
[master] Port Same-Site Cookies to master
2016-07-20 21:35:02 +02:00
Lukas Reschke
a17ba2f488
Merge pull request #466 from nextcloud/escape-special-characters
...
Escape special characters (#25429 )
2016-07-20 21:24:19 +02:00
Roeland Jago Douma
cff5be3d63
Deprecate \OCP\API
2016-07-20 20:03:53 +02:00
Roeland Jago Douma
ea47974a08
Add OCSMiddleware to catch OCS exceptions
...
* OCSException
* OCSBadRequestException
* OCSForbiddenException
* OCSNotFoundException
2016-07-20 20:03:49 +02:00
Lukas Reschke
a299fa38a9
[master] Port Same-Site Cookies to master
...
Fixes https://github.com/nextcloud/server/issues/50
2016-07-20 18:37:57 +02:00
Morris Jobke
e9c85e02ac
Merge pull request #462 from nextcloud/master-explode
...
[master] Use explode() instead of split()
2016-07-20 18:31:11 +02:00
Björn Schießle
7cdf6402ff
Merge pull request #472 from nextcloud/show-app-name-in-errormsg
...
Show app name in error message if app could not be loaded. (#25441 )
2016-07-20 18:20:49 +02:00
Morris Jobke
1264e9644f
Merge pull request #402 from nextcloud/smb-notifications
...
smb update notifications
2016-07-20 16:19:21 +02:00