Commit graph

31529 commits

Author SHA1 Message Date
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
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
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
Hypolite Petovan
373d5c3f02
Merge pull request #10677 from nupplaphil/feat/optimize_drone
Add drone graph execution
2021-09-07 16:59:09 -04:00
Philipp
f1c536f18d
Add drone graph execution 2021-09-07 20:49:42 +02:00
Philipp
225d368139
Merge pull request #10676 from tobiasd/20210907-de
DE translation updates
2021-09-07 08:01:21 +02:00
Tobias Diekershoff
fa5e4db549 DE translation updates 2021-09-07 07:39:19 +02:00
Hypolite Petovan
c7b19653dc
Merge pull request #10675 from annando/fix-10674
Fix for PR 10674: Changing the template variables according to the last changes
2021-09-06 16:45:39 -04:00
Michael
be3f7e4528 Fix for PR 10674: Changing the template variables according to the last changes 2021-09-06 20:25:23 +00:00
Michael Vogel
b52b78efbd
Merge pull request #10674 from MrPetovan/task/10640-convert-disable-settings-to-enable
Convert the two remaining "Disable..." setting names to "Enable..."
2021-09-06 21:32:27 +02:00
Hypolite Petovan
0011b4187f Update main messages.po 2021-09-06 14:18:56 -04:00
Hypolite Petovan
d295b37789 Convert the two remaining "Disable..." setting names to "Enable..." 2021-09-06 12:43:24 -04:00
Hypolite Petovan
e9aa27b19f Add form security token to contact actions
- Add token to batch POST actions
- Add token to individual GET actions
2021-09-06 12:30:38 -04:00
Michael Vogel
0c8c0f7374
Merge pull request #10670 from MrPetovan/bug/10502-contact-block-unblock
Distinguish between public and private contact in contact actions
2021-09-06 18:25:54 +02:00
Hypolite Petovan
9718e198a1 Update main messages.po 2021-09-06 11:50:50 -04:00
Hypolite Petovan
d20b53607d Distinguish between public and private contact in contact actions
- Block and ignore is done relating to a public contact (uid = 0)
- Update and drop is done relating to a private contact (uid !=0)
- Method documentation has been improved to precise the contact type it needs
- Public and private contact ids are retrieved before acting on contacts
2021-09-06 11:50:46 -04:00
Hypolite Petovan
5262843e63 Add redirect URL parameter to contact batch
- This allows redirection to the correct contact tab after a batch action
2021-09-05 14:54:51 -04:00
Hypolite Petovan
6e358bfacf Remove user-controlled contact archival feature
- Archival is managed at the system level for failed probing and doesn't make sense for a user to decide on it
2021-09-05 14:54:50 -04:00
Hypolite Petovan
7ee88c3457 Improve documentation of $old_fields possible values in DBA::update and Database->update 2021-09-05 14:54:50 -04:00
Hypolite Petovan
bd09f5f665
Merge pull request #10669 from annando/no-rino
Remove all traces of "rino"
2021-09-05 14:53:46 -04:00
Michael
52ca3e5417 Remove all traces of "rino" 2021-09-05 18:34:44 +00:00
Tobias Diekershoff
093c656003
Merge pull request #10667 from nupplaphil/bug/photo_delete
Fix Photo::delete()
2021-09-05 19:26:06 +02:00
Philipp
fc46744183
Fix Photo::delete() 2021-09-05 19:20:43 +02:00
Michael Vogel
4e328b0a78
Merge pull request #10665 from tobiasd/20210905-ru
RU translations THX Alexander An
2021-09-05 08:59:37 +02:00
Tobias Diekershoff
b80aa8c92b RU translations THX Alexander An 2021-09-05 08:00:26 +02:00
Hypolite Petovan
8ac8bcf0f5
Merge pull request #10663 from annando/issue-10651-loggin
Issue 10651: Improved logging
2021-09-04 02:00:17 -04:00
Michael
d89f004a2a Issue 10651: Improved logging 2021-09-04 04:51:20 +00:00