Maxence Lange
cd9440748d
fix cs/psalm
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-10-28 11:53:18 -01:00
Andy Scherzinger
5e4d3f0916
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-09-08 16:16:03 +02:00
Maxence Lange
cbeefae898
allow other apps to register webfinger
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-06-20 09:03:05 -01:00
Maxence Lange
09859970fb
fix lint
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-05-25 19:45:28 -01:00
Louis Chemineau
7750b0c9ca
Check webfinger after having created the user
...
On first run, the user does not exist, so the webfinger check fails.
This makes sure that the user exists before doing the webfinger check
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-01-12 16:31:24 +01:00
Carl Schwan
9061a6812e
Embeed tools lib
...
And fix method signature for 25
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-06-20 09:41:40 +02:00
Carl Schwan
637924a13f
Port away from private OC::$server->get
...
And fix a few psalm issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-11 18:22:54 +02:00
Carl Schwan
46df90a0fb
Add psalm static analysis
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-15 17:40:33 +02:00
Carl Schwan
9e20993c4d
Php cs:fix
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-15 13:35:51 +02:00
Carl Schwan
de8879f856
Make social app compatible with 24
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-04-14 15:56:20 +02:00
Maxence Lange
88cd3e9259
Merge pull request #985 from nextcloud/feature/noid/compat-with-clients
...
[wip] Oauth for 3rdparty clients
2020-09-21 14:47:31 -01:00
Jonas Sulzer
ff9224e4ad
👌 IMPROVE: use vue Content components and transmit serverData over initialState
...
- use vue components `Content` and `AppContent` with it's respective styling
to be independent from server styling
- use OCP\IInitialStateService and @nextcloud/initial-state to transmit the serverData
instead of using a hidden span element and jsonEncode/Decode
this is needed to use the `Content` component, so the vue instance can be mounted to
#content directly (otherwise server styling for #content interfers with the vue styling)
- also improves some general styling (mostly widths and margins/paddings)
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2020-09-02 10:05:22 +02:00
Maxence Lange
8965acea03
oauth, first throw
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-08-28 01:36:19 -01:00
Maxence Lange
58f22f961d
remote testing
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2020-08-01 00:12:01 -01:00
Maxence Lange
06d12a24dd
fixing
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-25 14:37:32 +02:00
Maxence Lange
ea34bc6e70
cleaning
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-09-25 14:07:24 +02:00
Maxence Lange
dab2b22415
details result
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-08-22 20:49:27 -01:00
Maxence Lange
f668e6e818
fixing
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-22 16:21:40 -01:00
Maxence Lange
2f54495805
send header on documentGet
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-20 17:19:59 -01:00
Maxence Lange
f41c7efdbe
2 sizes available
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-17 20:34:28 -01:00
Cyrille Bollu
d025569f5e
Fixes the PostAttachment component: It now works.
...
Note: This requires adding NoCSRFRequired in NavigationController'
documentGet() function. It doesn't seem to raise any risk though.
Signed-off-by: Cyrille Bollu <cyrille@bollu.be>
2019-07-15 14:40:21 +02:00
Maxence Lange
7fccfc2325
fixing some conversion
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-11 18:26:34 -01:00
Maxence Lange
a7f7c0368d
rewrite of the url/host config
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-07-11 14:20:09 -01:00
Maxence Lange
ec822a440b
cleaning code
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-17 09:19:45 -01:00
Maxence Lange
8174167e48
cleaning and renaming
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-06 13:32:31 -01:00
Maxence Lange
e70f67cea9
small fixes
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-05-03 16:31:15 -01:00
Maxence Lange
1bd6e3f44f
fixing & cleaning
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2019-03-05 16:25:08 -01:00
Roeland Jago Douma
b9f44777af
@NoSubAdminRequired is not needed
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-12-20 13:05:08 +01:00
Maxence Lange
37a889d978
Merge branch 'master' into framework-import-process+activity
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-19 00:13:33 -01:00
Maxence Lange
a1f0ff0198
renaming services
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-17 08:12:27 -01:00
Maxence Lange
7f2eede76b
moving stuff around
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-13 08:40:27 -01:00
Julius Härtl
8ff50dbbd7
Run well-known check after setup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-08 00:36:35 +01:00
Maxence Lange
1ec454ee3b
cleaning and fixing
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-12-05 09:08:45 -01:00
Julius Härtl
0f69a61a09
Check for configured base URL as well
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 12:41:22 +01:00
Julius Härtl
bb100ea879
Add setup check for .well-known urls
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-12-03 11:08:15 +01:00
Jonas Sulzer
a89dc2819e
add check for .well-known/webfinger
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-03 11:07:22 +01:00
Maxence Lange
c27f697f0a
cleaning
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 10:21:11 -01:00
Maxence Lange
1c5ce8c269
fixing
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-30 11:06:12 +01:00
Julius Härtl
61b727d52e
Allow loading avatars from remote
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 13:59:51 +01:00
Julius Härtl
01d4f83ccb
Fix handover of the final address to the frontend
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-29 10:04:15 +01:00
Jonas Sulzer
59a9a66914
autoconfigure CloudAddress
...
automatically do setCloudAddress() if overwrite.cli.url is set
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-11-29 10:04:15 +01:00
Julius Härtl
d69471957b
Link accounts inside of posts
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-28 21:24:33 +01:00
Maxence Lange
13d49b6ebe
exception handling
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-28 14:39:25 -01:00
Maxence Lange
7aeca5c395
new routes
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-24 13:14:30 -01:00
Maxence Lange
b88ff13bc4
new routes
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-23 20:07:32 -01:00
Julius Härtl
e99b48b4a6
Fix loading the proper template
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-21 14:48:07 +01:00
Julius Härtl
ab1c26f69c
Implement social app setup
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-19 21:54:26 +01:00
Maxence Lange
26dad9973e
converting published time
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-16 09:47:59 -01:00
Maxence Lange
d6113522e8
local are cached locally and host is set by admin
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2018-11-15 10:26:25 -01:00
Julius Härtl
a2433b8fef
Add animation and hide info after first run
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-11-14 12:48:45 +01:00