summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2018-12-29rewrite of the exceptions while requesting remote instanceMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-21Merge pull request #255 from nextcloud/bugfix/noid/htmlentityJulius Härtl
htmlentities encode/decode
2018-12-21content of note is validated only when imported from databaseMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-21Merge pull request #261 from nextcloud/bugfix/noid/nocsrfcheckJan-Christoph Borchardt
adding NoCSRFRequired to globalActorAvatar
2018-12-21Merge pull request #256 from nextcloud/origin-check-finalMaxence Lange
checking origin of the object
2018-12-21Merge pull request #217 from nextcloud/bugfix/207/revert-and-switch-to-textMaxence Lange
varchar->text
2018-12-21Merge pull request #254 from nextcloud/bugfix/noid/non-case-sensitive-checkingMaxence Lange
+strtolower()
2018-12-21adding NoCSRFRequired to globalActorAvatarMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-21checking origin of the objectMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20htmlentities encode/decodeMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20changing field in 4 stepsMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20Merge pull request #252 from nextcloud/bugfix/233/add-reset-commandJan-Christoph Borchardt
./occ social:reset
2018-12-20Merge pull request #251 from nextcloud/clean/moving-signing-headerJan-Christoph Borchardt
signed header generation moved to SignatureService
2018-12-20+strtolower()Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20enabling sha512Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20./occ social:resetMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20oops, we're not sure the key exists.Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20add algorithm="" to header - #238Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20including the hostMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20signed header generation moved to SignatureServiceMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-20@NoSubAdminRequired is not neededRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20Merge pull request #244 from nextcloud/cleanup/public-pagesMaxence Lange
Public page frontend fixes
2018-12-20Remove setCompleteDetails that is not requiredJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20Fix details for public viewersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20Rework frontend controllers for page renderingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-20unused importMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19Merge branch 'master' into framework-import-process+activityMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19checking if the account is a valid mail addressMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19set the source of the signature (header or ld-json signature)Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19cleaning on moving post-mergeMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19Merge branch 'master' into framework-import-process+activityMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-18Merge pull request #206 from nextcloud/verify-and-sign-object-RDF-normalizationJulius Härtl
linked data signature
2018-12-18Unfollow will send a request to remote instanceMaxence Lange
2018-12-18Merge pull request #181 from nextcloud/notifications-streamMaxence Lange
adding route and content to the Notification Stream
2018-12-18fixing phpdocMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-18Merge pull request #176 from nextcloud/cleaning-todoMaxence Lange
Cleaning some TODO
2018-12-18Merge pull request #196 from nextcloud/useless-value-while-communicateMaxence Lange
Some data are only for internal use.
2018-12-18the all activity is signed, not just the object.Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-18fixing replyTo and @context generationMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-18Signing Object, adding Signature and @context entryMaxence Lange
2018-12-18VERIFY linked data signatureMaxence Lange
2018-12-18Merge pull request #197 from nextcloud/cleaning-followers-requestMaxence Lange
do not search for followers Id within the attributed_to field
2018-12-18Merge pull request #179 from nextcloud/fix-unlisted-postMaxence Lange
Display on to:PUBLIC message
2018-12-18cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-18Merge branch 'master' into fill-follows-tableMaxence Lange
2018-12-18cleaning array_merge([])Maxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-17bring back the request on new followMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-17cleaningMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-17checking that the returned Person is from the remote instanceMaxence Lange
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>