Wykres commitów

31604 Commity (2021.09)

Autor SHA1 Wiadomość Data
Hypolite Petovan 458e26b00a Link to displayed contact URL no matter the "Stay local" setting value 2021-09-14 17:39:03 -04:00
Hypolite Petovan da869260ef
Merge pull request #10711 from annando/indentation
Fixed indendation
2021-09-14 17:30:11 -04:00
Hypolite Petovan 44ec4de14c Use CSRF token as name and value for contact deletion confirm form 2021-09-14 17:28:42 -04:00
Hypolite Petovan 06b8f93eae Add support for specific confirm value in confirm.tpl
- button tags allow for a different value from the label
2021-09-14 17:28:07 -04:00
Hypolite Petovan 3068cb5788 [frio] Fix contact deletion modal URL concatenation
- The deletion URL now has an initial query string parameter in the form of a CSRF token
2021-09-14 17:27:16 -04:00
Michael 7a51a7f6c6 Avoid duplicated filed posts 2021-09-14 21:27:09 +00:00
Michael Vogel a689db7b64
Update src/Protocol/ActivityPub.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-09-14 23:22:57 +02:00
Michael b18f92ea72 Fixed indendation 2021-09-14 20:46:59 +00:00
Hypolite Petovan 39e4ab89fa
Merge pull request #10708 from annando/peertube-videos
Better handling of displaying peertube videos
2021-09-14 15:34:30 -04:00
Michael Vogel 67a2444bc8
Merge pull request #10709 from tobiasd/20210914-hu
HU translation updated THX Balázs Úr
2021-09-14 18:59:31 +02:00
Tobias Diekershoff f0b589f6d7 HU translation updated THX Balázs Úr 2021-09-14 18:09:09 +02:00
Michael f99c4ca704 Removing unused variable 2021-09-14 08:08:50 +00:00
Michael 72fa4e9970 Better handling of displaying peertube videos 2021-09-14 07:52:53 +00:00
Tobias Diekershoff c3172cf3cb
Merge pull request #10707 from annando/issue-10706
Issue 10706: Publish public custom fields in AP
2021-09-14 06:54:48 +02:00
Michael d33fea1993 Fix: Use the $uid 2021-09-14 02:00:40 +00:00
Michael e3413cf959 Issue 10706: Publish public custom fields in AP 2021-09-14 01:28:58 +00:00
Michael Vogel c8344886fd
Merge pull request #10703 from tobiasd/20210913-fr
update FR translations THX MrPetovan
2021-09-13 14:29:06 +02:00
Tobias Diekershoff a0c31fad84 update FR translations THX MrPetovan 2021-09-13 14:13:59 +02:00
Hypolite Petovan d78661817e
Merge pull request #10693 from nupplaphil/feat/config_dir
Add the possibility to use a different configuration directory
2021-09-13 07:02:52 -04:00
Michael Vogel 399930e7a6
Merge pull request #10702 from tobiasd/20210913-deru
DE, RU translation updates
2021-09-13 10:17:13 +02:00
Tobias Diekershoff 558e06ff5a DE translation updates 2021-09-13 07:41:35 +02:00
Tobias Diekershoff 5f1016bb61 RU translations THX Alexander An 2021-09-13 07:41:26 +02:00
Michael Vogel e3fbc2d99f
Merge pull request #10701 from nupplaphil/bug/10699
Fixing #10699 (prohibits blocking and ignoreing from the photo menu)
2021-09-12 21:58:09 +02:00
Philipp a65fbcebe7
Fixing #10699 (prohibits blocking and ignoreing from the photo menu) 2021-09-12 21:20:12 +02:00
Philipp b7c262bee6
Fix test 2021-09-12 13:51:03 +02:00
Philipp 27e4586597
Move path determination logic into the `ConfigFactory` 2021-09-12 13:44:29 +02:00
Michael Vogel 5246b9c4b0
Merge pull request #10697 from MrPetovan/bug/10692-api-expand-entities
Prevent expandTags to be performed on existing links in Module\Api\Mastodon\Statuses
2021-09-12 06:47:51 +02:00
Hypolite Petovan e3a2f17f9f
Merge pull request #10696 from annando/photo-type
Use post type "photo" for multiple photos as well
2021-09-12 00:19:47 -04:00
Hypolite Petovan 9ab217c6e5
Merge pull request #10695 from annando/commenting
Fix commenting on public posts
2021-09-12 00:19:10 -04:00
Hypolite Petovan 8e99b7f775 Refine BBCode::expandTags regular expression
- Now requires the tag to be preceded by either a non-word character or a start of a line
- Added corresponding tests
2021-09-12 00:06:14 -04:00
Hypolite Petovan 5a93bb6eff Prevent expandTags to be performed on existing links in Module\Api\Mastodon\Statuses
- We never need to expand tags inside of an already existing BBCode url tag
2021-09-12 00:05:22 -04:00
Michael 6579a3a106 Use post type "photo" for multiple photos as well 2021-09-12 01:58:29 +00:00
Michael 9191daf12f Fix commenting on public posts 2021-09-12 01:52:10 +00:00
Michael Vogel 8628bd5228
Merge pull request #10694 from nupplaphil/bug/drone_gzip
Fix drone artifact compression parameter
2021-09-11 21:36:50 +02:00
Philipp ee0b8a9e60
Fix drone artifact compression parameter 2021-09-11 20:00:13 +02:00
Philipp 5702944116
Add the possibility to use a different configuration directory 2021-09-11 14:33:26 +02:00
Tobias Diekershoff c40b3411a7
Merge pull request #10689 from MrPetovan/bug/fatal-errors
[frio] Use correct admin endpoint for block/deletion in Admin\Users\Active
2021-09-11 07:51:11 +02:00
Michael Vogel e7593dcc1f
Merge pull request #10688 from MrPetovan/task/10672-contact-module-security-token
Move unsecured GET endpoint handlers before security token check in Module\Contact
2021-09-10 18:33:55 +02:00
Hypolite Petovan 12396a1298 [frio] Use correct admin endpoint for block/deletion in Admin\Users\Active
- Address https://github.com/friendica/friendica/issues/10473#issuecomment-914516676
2021-09-10 12:27:23 -04:00
Hypolite Petovan 8b450be09b Move unsecured GET endpoint handlers before security token check in Module\Contact 2021-09-10 12:05:43 -04:00
Hypolite Petovan 75d3f5094b
Merge pull request #10683 from annando/proxify
Make the proxy functionality optional
2021-09-10 10:24:17 -04:00
Philipp bca856abf7
Merge pull request #10685 from tobiasd/20210910-hu
HU translation updated THX Balázs Úr
2021-09-10 08:32:15 +02:00
Tobias Diekershoff 6c9fe7d95b HU translation updated THX Balázs Úr 2021-09-10 07:29:17 +02:00
Michael 634db1ec85 Changed text 2021-09-10 00:30:11 +00:00
Michael Vogel 18470da84a
Merge pull request #10673 from MrPetovan/task/10672-contact-module-security-token
Add form security token to contact actions
2021-09-09 14:51:19 +02:00
Michael bdb5aa6bd9 Make the proxy functionality optional 2021-09-09 12:40:19 +00:00
Michael Vogel 3cceb5ba6f
Merge pull request #10682 from tobiasd/20210909-docs
update to the INSTALL documentation
2021-09-09 12:59:13 +02:00
Tobias Diekershoff acabaf4df7 update to the INSTALL documentation
* updated the PHP requirements and added a note about the PHP8 support
* removed the section about tryfriendica.de as possibility to get a temporal Friendica account
2021-09-09 10:42:18 +02:00
Hypolite Petovan 43fe1341f9
Merge pull request #10681 from nupplaphil/feat/drone_sha512
Add GPG signing for drone artifacts
2021-09-08 18:45:58 -04:00
Philipp 04b2eb41cd
Add GPG sign 2021-09-08 22:08:59 +02:00