Tobias Diekershoff
133afd2df4
diaspora addon DE translation updated THX Till Mohr
2021-05-24 08:13:15 +02:00
Tobias Diekershoff
8764f5205a
Merge pull request #1124 from annando/twitter-unlisted
...
Twitter: Make incoming posts unlisted
2021-05-24 08:06:36 +02:00
Michael
d14f604049
Twitter: Make incoming posts unlisted
2021-05-24 06:00:23 +00:00
Hypolite Petovan
1aeb073aa4
Merge pull request #1123 from nupplaphil/feat/drone_php-cs
...
Add PHP-CS check
2021-05-23 07:37:06 -04:00
Philipp
f4f61aa151
Update .drone.yml
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-05-22 23:43:22 +02:00
Philipp
e84867f324
Update .drone.yml
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-05-22 23:43:18 +02:00
Philipp
95737984a0
Remove test-files
2021-05-22 20:06:07 +02:00
Philipp
622ec88fe3
test-files for PHP-CS
2021-05-22 20:04:22 +02:00
Philipp
b852a61611
Add PHP-CS check
2021-05-22 20:04:22 +02:00
Tobias Diekershoff
8441e698ce
Merge pull request #1122 from nupplaphil/bug/drone
...
Fixing drone :-)
2021-05-22 13:59:44 +02:00
Philipp
dbde5358c6
Remove github workflow
2021-05-22 13:52:12 +02:00
Philipp
05c98064b4
Remove temporary missed translations
2021-05-22 13:50:42 +02:00
Philipp
719dee2cff
Add temporary missed translations
2021-05-22 13:49:30 +02:00
Philipp
bf80f21bb9
Fix Drone for PR messages.po check
2021-05-22 13:48:30 +02:00
Hypolite Petovan
cfb11cd1eb
Merge pull request #1121 from tobiasd/20210521-keycloakde
...
DE translation for the keycloakpassword addon added
2021-05-21 10:23:03 -04:00
Tobias Diekershoff
37e2241edb
DE translation for the keycloakpassword addon added
2021-05-21 15:15:57 +02:00
Hypolite Petovan
f774d03903
Merge pull request #1120 from tobiasd/nitter
...
nitter addon added
2021-05-21 08:43:11 -04:00
Tobias Diekershoff
c2d502d244
some CS
2021-05-21 14:06:47 +02:00
Hypolite Petovan
e485c13a0e
Merge pull request #1119 from tobiasd/20210521-keycloakmessages
...
[keycloakpassword] added base messages.po file for translations
2021-05-21 07:44:16 -04:00
Tobias Diekershoff
87a3a0589a
nitter addon added
...
Treansfering the addon from the separate repository into the projects addon collection.
This addon is meant to replace links to Twitter in the body of postings with a nitter [1] instance of the admins choice. It is not meant to change links to contact prociles.
In addition to the change, a note about the changed links is placed at the bottom of the posting.
1: https://github.com/zedeus/nitter
2021-05-21 10:11:11 +02:00
Tobias Diekershoff
d5c7dd80aa
[keycloakpassword] added base messages.po file for translations
2021-05-21 07:58:24 +02:00
Tobias Diekershoff
4ab8b8bba4
Merge pull request #1118 from MrPetovan/task/8262-showmore-add-rtl-support
...
[showmore] Add RTL support to showmore created div
2021-05-20 16:41:28 +02:00
Hypolite Petovan
1c745a3d3a
[showmore] Add RTL support to showmore created div
2021-05-20 08:43:53 -04:00
Hypolite Petovan
225fbd0677
Merge pull request #1116 from very-ape/keycloakpassword
...
Add an addon for password-based authentication against Keycloak.
2021-05-19 13:10:39 -04:00
Hypolite Petovan
dba14ca18b
Merge pull request #1117 from tobiasd/20210519-lng
...
translation updates
2021-05-19 08:41:57 -04:00
Tobias Diekershoff
af10b60e97
added DE translation of the SAML addon
2021-05-19 08:21:04 +02:00
Tobias Diekershoff
573b29195b
twitter addon JA translation update THX daingewuvzeevisiddfddd
2021-05-19 08:06:07 +02:00
very-ape
344e2c6978
Add an addon for password-based authentication against Keycloak.
2021-05-18 15:51:30 -07:00
Hypolite Petovan
8bd9c6dac9
Merge pull request #1113 from tobiasd/samlmessages
...
SAML addon generated messages.po file for translation process
2021-05-18 07:32:57 -04:00
Tobias Diekershoff
40f0a937f4
SAML addon generated messages.po file for translation process
2021-05-18 07:25:43 +02:00
Hypolite Petovan
1240135099
Merge pull request #1112 from nupplaphil/feat/drone_addon
...
Enable Drone for Friendica addons
2021-05-17 17:24:22 -04:00
Hypolite Petovan
8bd2d7d0eb
Merge pull request #1111 from very-ape/develop
...
Add SAML addon.
2021-05-17 17:23:25 -04:00
very-ape
dc2e40e71d
Set a reasonable version number!
2021-05-17 13:03:39 -07:00
very-ape
c87ee96050
Add whitespace around comments in saml_settings to ease reading.
2021-05-17 13:01:15 -07:00
very-ape
c61ff5c4eb
Replace array() with square bracket syntax.
2021-05-17 12:53:35 -07:00
very-ape
c6aa212ea4
Remove the deprecated Strings::escapeTags, as we now rely on Smarty to catch HTML tags.
2021-05-17 12:48:12 -07:00
very-ape
026767d07e
Fix wrong indentation! D:
2021-05-17 12:46:19 -07:00
Philipp
1fca1a68d1
Enable Drone for Friendica addons
2021-05-17 21:40:14 +02:00
very-ape
1ba2e5c9c9
Replace double quotes with single quotes where applicable.
2021-05-17 12:24:30 -07:00
very-ape
534b352ebc
Prevent execution of SAML functions and show or log a message when the addon isn't configured.
2021-05-17 11:11:19 -07:00
very-ape
e41efd72eb
Break up long line.
2021-05-17 10:59:03 -07:00
very-ape
fdb2a26c90
Remove debug endpoint.
2021-05-17 10:55:39 -07:00
very-ape
092605c2c2
Apply PHPCS fixes.
2021-05-17 10:55:15 -07:00
very-ape
e39e621421
Remove superfluous 'use' statement. The SAML library comes with its own loader.
2021-05-17 10:51:21 -07:00
very-ape
3f5880b914
Move function declaration braces to meet PSR-2 standard.
2021-05-17 10:37:13 -07:00
very-ape
aa2992adb1
Replace spaces with tabs.
2021-05-17 10:34:04 -07:00
very-ape
72ed9efc2e
Remove overlooked HTML comment.
2021-05-17 10:29:10 -07:00
very-ape
3deb261c5e
Only pass string literals to l10n. Only string literals passed directly get picked up by the translation service.
2021-05-17 10:26:38 -07:00
very-ape
58ec90b915
Switch from HTML to BBCode for 'Basic Settings' notice.
2021-05-17 10:17:50 -07:00
very-ape
e6f480dd75
Use __FILE__ instead of hardcoded string in hook registration.
2021-05-17 10:03:16 -07:00