friendica.git/.git
3 years agoRemove mod/subthread file
Hypolite Petovan [Sat, 30 Jan 2021 20:51:46 +0000 (15:51 -0500)]
Remove mod/subthread file

3 years agoReplace references of GET mod/substhread with POST item/{id}/follow
Hypolite Petovan [Sat, 30 Jan 2021 20:51:27 +0000 (15:51 -0500)]
Replace references of GET mod/substhread with POST item/{id}/follow

3 years agoAdd new item/{id}/follow module and POST route
Hypolite Petovan [Sat, 30 Jan 2021 20:34:58 +0000 (15:34 -0500)]
Add new item/{id}/follow module and POST route

- It is meant to replace mod/subthread

3 years agoMerge pull request #9891 from MrPetovan/task/9782-item-star
Michael Vogel [Sun, 31 Jan 2021 21:42:57 +0000 (22:42 +0100)]
Merge pull request #9891 from MrPetovan/task/9782-item-star

Move GET starred/{id} to POST item/{id}/star

3 years agoMove GET starred/{id} to POST item/{id}/star
Hypolite Petovan [Sat, 30 Jan 2021 22:52:01 +0000 (17:52 -0500)]
Move GET starred/{id} to POST item/{id}/star

3 years agoRename dostar() to doStar()
Hypolite Petovan [Sat, 30 Jan 2021 22:51:27 +0000 (17:51 -0500)]
Rename dostar() to doStar()

3 years agoMerge pull request #9889 from MrPetovan/task/9872-item-ignore
Michael Vogel [Sun, 31 Jan 2021 18:26:09 +0000 (19:26 +0100)]
Merge pull request #9889 from MrPetovan/task/9872-item-ignore

Move GET item/ignore/{id} to POST item/{id}/ignore

3 years agoMove GET item/ignore/{id} to POST item/{id}/ignore
Hypolite Petovan [Sat, 30 Jan 2021 21:23:46 +0000 (16:23 -0500)]
Move GET item/ignore/{id} to POST item/{id}/ignore

3 years agoRename doignore to doIgnoreThread
Hypolite Petovan [Sat, 30 Jan 2021 21:22:53 +0000 (16:22 -0500)]
Rename doignore to doIgnoreThread

3 years agoMerge pull request #9893 from MrPetovan/bug/9879-empty-plurals
Michael Vogel [Sun, 31 Jan 2021 17:32:44 +0000 (18:32 +0100)]
Merge pull request #9893 from MrPetovan/bug/9879-empty-plurals

Skip empty message strings in Console\PoToPhp

3 years agoMerge pull request #9888 from MrPetovan/task/9782-item-like
Michael Vogel [Sun, 31 Jan 2021 16:34:18 +0000 (17:34 +0100)]
Merge pull request #9888 from MrPetovan/task/9782-item-like

Move GET like/{id} to POST item/{id}/activity/{verb}

3 years agoMove GET /like/{id} to POST /item/{id}/activity/{verb}
Hypolite Petovan [Sat, 30 Jan 2021 22:11:54 +0000 (17:11 -0500)]
Move GET /like/{id} to POST /item/{id}/activity/{verb}

3 years agoRename dolike to doActivityItem
Hypolite Petovan [Sat, 30 Jan 2021 21:42:34 +0000 (16:42 -0500)]
Rename dolike to doActivityItem

3 years agoUpdate translated strings files after update to Console\PoToPhp
Hypolite Petovan [Sun, 31 Jan 2021 03:58:22 +0000 (22:58 -0500)]
Update translated strings files after update to Console\PoToPhp

3 years agoSkip empty message strings in Console\PoToPhp
Hypolite Petovan [Sun, 31 Jan 2021 03:57:39 +0000 (22:57 -0500)]
Skip empty message strings in Console\PoToPhp

- Fix issue with empty plurals not displaying the defaut translation string

3 years agoSet correct integer return type for Temporal::getAgeByTimezone
Hypolite Petovan [Sun, 31 Jan 2021 03:47:20 +0000 (22:47 -0500)]
Set correct integer return type for Temporal::getAgeByTimezone

3 years agoMerge pull request #9894 from annando/no-content-stored
Hypolite Petovan [Sun, 31 Jan 2021 13:35:14 +0000 (08:35 -0500)]
Merge pull request #9894 from annando/no-content-stored

Prevent "No post-content stored"

3 years agoPrevent "No post-content stored"
Michael [Sun, 31 Jan 2021 12:26:25 +0000 (12:26 +0000)]
Prevent "No post-content stored"

3 years agoMerge pull request #9882 from MrPetovan/bug/po2php-plural-conversion
Michael Vogel [Sun, 31 Jan 2021 10:43:25 +0000 (11:43 +0100)]
Merge pull request #9882 from MrPetovan/bug/po2php-plural-conversion

Remove ternary operators from converted .po plural condition

3 years agoMerge pull request #9892 from MrPetovan/task/9872-item-pin
Michael Vogel [Sun, 31 Jan 2021 10:35:40 +0000 (11:35 +0100)]
Merge pull request #9892 from MrPetovan/task/9872-item-pin

Move GET pinned/{id} to POST item/{id}/pin

3 years agoMove GET pinned/{id} to POST item/{id}/pin
Hypolite Petovan [Sat, 30 Jan 2021 23:42:23 +0000 (18:42 -0500)]
Move GET pinned/{id} to POST item/{id}/pin

3 years agoRename dopin() to doPIn
Hypolite Petovan [Sat, 30 Jan 2021 23:05:40 +0000 (18:05 -0500)]
Rename dopin() to doPIn

3 years agoMerge pull request #9890 from annando/post-content
Hypolite Petovan [Sat, 30 Jan 2021 23:01:13 +0000 (18:01 -0500)]
Merge pull request #9890 from annando/post-content

New table "post-content"

3 years agoAdded database.sql
Michael [Sat, 30 Jan 2021 22:43:50 +0000 (22:43 +0000)]
Added database.sql

3 years agoAvoid "Duplicate entry"
Michael [Sat, 30 Jan 2021 22:39:06 +0000 (22:39 +0000)]
Avoid "Duplicate entry"

3 years agoNew table "post-content"
Michael [Sat, 30 Jan 2021 22:03:53 +0000 (22:03 +0000)]
New table "post-content"

3 years agoMerge pull request #9884 from annando/update-in-maintenance
Hypolite Petovan [Sat, 30 Jan 2021 16:22:37 +0000 (11:22 -0500)]
Merge pull request #9884 from annando/update-in-maintenance

Setting "maintenance" for pre and post updates

3 years agoMerge pull request #9883 from tobiasd/20210130-supportchannels
Hypolite Petovan [Sat, 30 Jan 2021 16:20:31 +0000 (11:20 -0500)]
Merge pull request #9883 from tobiasd/20210130-supportchannels

Updating support channel information in the docs (DE/EN)

3 years agoless space
Tobias Diekershoff [Sat, 30 Jan 2021 14:47:12 +0000 (15:47 +0100)]
less space

3 years agoReduce the parameter chaos by splitting the update function
Michael [Sat, 30 Jan 2021 13:31:59 +0000 (13:31 +0000)]
Reduce the parameter chaos by splitting the update function

3 years agoremoved old information from DE FAQ pointing to dead pages
Tobias Diekershoff [Sat, 30 Jan 2021 07:59:34 +0000 (08:59 +0100)]
removed old information from DE FAQ pointing to dead pages

3 years agoSetting "maintenance" for pre and post updates
Michael [Sat, 30 Jan 2021 07:50:20 +0000 (07:50 +0000)]
Setting "maintenance" for pre and post updates

3 years agoclenup
Tobias Diekershoff [Sat, 30 Jan 2021 07:03:57 +0000 (08:03 +0100)]
clenup

3 years agoadopted the support channel locations for the starting page of the EN and DE help...
Tobias Diekershoff [Sat, 30 Jan 2021 06:58:35 +0000 (07:58 +0100)]
adopted the support channel locations for the starting page of the EN and DE help pages

3 years agoDE FAQ: moved info about support channels to the FAQ top
Tobias Diekershoff [Sat, 30 Jan 2021 06:53:26 +0000 (07:53 +0100)]
DE FAQ: moved info about support channels to the FAQ top

DE FAQ: adopted the links from the EN FAQ version

3 years agounhinde location of the support channels so that they are visible when looking at...
Tobias Diekershoff [Sat, 30 Jan 2021 06:50:03 +0000 (07:50 +0100)]
unhinde location of the support channels so that they are visible when looking at the FAQ

3 years agoMerge pull request #9880 from annando/non-numeric
Hypolite Petovan [Sat, 30 Jan 2021 01:08:38 +0000 (20:08 -0500)]
Merge pull request #9880 from annando/non-numeric

Avoid non numeric parameter

3 years agoUpdate plural condition in strings.php after converter update
Hypolite Petovan [Sat, 30 Jan 2021 01:02:54 +0000 (20:02 -0500)]
Update plural condition in strings.php after converter update

3 years agoRemove ternary operators from converted .po plural condition
Hypolite Petovan [Sat, 30 Jan 2021 01:01:14 +0000 (20:01 -0500)]
Remove ternary operators from converted .po plural condition

- Thanks @sunchaserinfo for most of the work

3 years agoAvoid non numeric parameter
Michael [Fri, 29 Jan 2021 23:41:42 +0000 (23:41 +0000)]
Avoid non numeric parameter

3 years agoMerge pull request #9877 from annando/application-json
Hypolite Petovan [Fri, 29 Jan 2021 15:14:16 +0000 (10:14 -0500)]
Merge pull request #9877 from annando/application-json

Accept "application/json" as application type for ActivityPub

3 years agoMerge pull request #9876 from annando/thr-parent
Hypolite Petovan [Fri, 29 Jan 2021 15:12:49 +0000 (10:12 -0500)]
Merge pull request #9876 from annando/thr-parent

Set thr-parent when importing mails

3 years agoMerge pull request #9874 from annando/psid
Hypolite Petovan [Fri, 29 Jan 2021 15:11:38 +0000 (10:11 -0500)]
Merge pull request #9874 from annando/psid

Prevent permissionset foreign key constraint

3 years agoAccept "application/json" as application type for ActivityPub
Michael [Fri, 29 Jan 2021 11:15:47 +0000 (11:15 +0000)]
Accept "application/json" as application type for ActivityPub

3 years agoSet thr-parent when importing mails
Michael [Fri, 29 Jan 2021 10:39:55 +0000 (10:39 +0000)]
Set thr-parent when importing mails

3 years agoPrevent permissionset foreign key constraint
Michael [Fri, 29 Jan 2021 06:26:51 +0000 (06:26 +0000)]
Prevent permissionset foreign key constraint

3 years agoMerge pull request #9873 from annando/post-user
Hypolite Petovan [Fri, 29 Jan 2021 00:32:17 +0000 (19:32 -0500)]
Merge pull request #9873 from annando/post-user

New "post-user" structure, new update  functionality

3 years agoProviding more test data
Michael [Thu, 28 Jan 2021 23:17:58 +0000 (23:17 +0000)]
Providing more test data

3 years agoUpdated database.sql
Michael [Thu, 28 Jan 2021 22:52:05 +0000 (22:52 +0000)]
Updated database.sql

3 years agoNew "post-user" structure, new update functionality
Michael [Thu, 28 Jan 2021 22:45:54 +0000 (22:45 +0000)]
New "post-user" structure, new update  functionality

3 years agoMerge pull request #9823 from MrPetovan/task/9677-2fa-remember-device
Michael Vogel [Wed, 27 Jan 2021 21:32:08 +0000 (22:32 +0100)]
Merge pull request #9823 from MrPetovan/task/9677-2fa-remember-device

Add "Remember this device" feature to two factor authentication

3 years agoMerge pull request #9870 from annando/uri-id
Hypolite Petovan [Wed, 27 Jan 2021 16:45:19 +0000 (11:45 -0500)]
Merge pull request #9870 from annando/uri-id

"uri-id" instead of "uri" or "id"

3 years ago"uri-id" instead of "uri" or "id"
Michael [Wed, 27 Jan 2021 10:01:42 +0000 (10:01 +0000)]
"uri-id" instead of "uri" or "id"

3 years agoMerge pull request #9865 from Extarys/frio-pwa
Hypolite Petovan [Mon, 25 Jan 2021 17:38:00 +0000 (12:38 -0500)]
Merge pull request #9865 from Extarys/frio-pwa

PWA: Improve manifest file

3 years agostyle: tab to space
Extarys [Mon, 25 Jan 2021 17:02:49 +0000 (12:02 -0500)]
style: tab to space

3 years agopwa: add fields
Extarys [Mon, 25 Jan 2021 16:46:27 +0000 (11:46 -0500)]
pwa: add fields

3 years agoMerge pull request #9864 from tobiasd/20210125-credits
Hypolite Petovan [Mon, 25 Jan 2021 09:11:33 +0000 (04:11 -0500)]
Merge pull request #9864 from tobiasd/20210125-credits

correction of contributor name

3 years agoMerge pull request #9863 from Extarys/frio-pwa
Hypolite Petovan [Mon, 25 Jan 2021 08:27:30 +0000 (03:27 -0500)]
Merge pull request #9863 from Extarys/frio-pwa

Follow W3C Web App Manifest (PWA)

3 years agocorrection of contributor name
Tobias Diekershoff [Mon, 25 Jan 2021 08:07:09 +0000 (09:07 +0100)]
correction of contributor name

Adopting the correct name of joenepraat, see https://todon.nl/@joenepraat/105482704513745199

3 years agostyle: R::GET alignment, cause it's beautiful
Extarys [Mon, 25 Jan 2021 05:04:56 +0000 (00:04 -0500)]
style: R::GET alignment, cause it's beautiful

3 years agofrio: change manifest to webmanifest
Extarys [Mon, 25 Jan 2021 04:48:22 +0000 (23:48 -0500)]
frio: change manifest to webmanifest

3 years agoadd route for webmanifest
Extarys [Mon, 25 Jan 2021 04:47:59 +0000 (23:47 -0500)]
add route for webmanifest

3 years agoformating head
Extarys [Mon, 25 Jan 2021 04:24:15 +0000 (23:24 -0500)]
formating head

3 years agoMerge pull request #9862 from foss-/patch-1
Hypolite Petovan [Mon, 25 Jan 2021 02:45:13 +0000 (21:45 -0500)]
Merge pull request #9862 from foss-/patch-1

FAQ "Find Help" section cleanup

3 years agoomit space in find help listing
foss- [Mon, 25 Jan 2021 01:33:21 +0000 (02:33 +0100)]
omit space in find help listing

3 years agoXMPP URI and markdown are no friends (yet)
foss- [Mon, 25 Jan 2021 01:32:10 +0000 (02:32 +0100)]
XMPP URI and markdown are no friends (yet)

https://github.com/github/markup/issues/202
https://github.com/gjtorikian/html-pipeline/pull/307
https://github.com/github/opensource.guide/pull/807
amazing that this is still not working in 2021

3 years agoXMPP URI link
foss- [Mon, 25 Jan 2021 00:56:22 +0000 (01:56 +0100)]
XMPP URI link

3 years agoXMPP link
foss- [Mon, 25 Jan 2021 00:50:28 +0000 (01:50 +0100)]
XMPP link

- [XMPP](xmpp://support@forum.friendi.ca?join)

3 years agoReduce mailing list info
foss- [Mon, 25 Jan 2021 00:46:36 +0000 (01:46 +0100)]
Reduce mailing list info

- all necessary info can be found on the mailman site

3 years agoImprove Find Help section
foss- [Mon, 25 Jan 2021 00:44:24 +0000 (01:44 +0100)]
Improve Find Help section

- removed old matrix entry

3 years agoUpdate FAQ: improve "Find Help" section
foss- [Mon, 25 Jan 2021 00:40:38 +0000 (01:40 +0100)]
Update FAQ: improve "Find Help" section

- moved "Find help" section to the top
- removed intro text as friendica helpers link is redundant and it is unlikely for users to create a secondary account to post to the helpers forum should their primary account get stuck (a description how to post to that forum should be added later)
- moved mailing list to the bottom of contact list
- added XMPP URI link
- added IRC weblink to Kiwi webchat
- added matrix webchat link

3 years agoMerge pull request #9861 from Extarys/frio-mobile-secondnav-arrow
Hypolite Petovan [Sun, 24 Jan 2021 22:37:53 +0000 (17:37 -0500)]
Merge pull request #9861 from Extarys/frio-mobile-secondnav-arrow

Frio: mobile: secondnav arrow

3 years agofix line width - i hate vscode
Extarys [Sun, 24 Jan 2021 22:28:58 +0000 (17:28 -0500)]
fix line width - i hate vscode

3 years agofrio: mobile: move navtab arrow closer
Extarys [Sun, 24 Jan 2021 21:19:52 +0000 (16:19 -0500)]
frio: mobile: move navtab arrow closer

3 years agoinitial formating
Extarys [Sun, 24 Jan 2021 21:07:24 +0000 (16:07 -0500)]
initial formating

3 years agoMerge pull request #9860 from MrPetovan/task/9640-rename-notification-classes
Michael Vogel [Sun, 24 Jan 2021 14:54:16 +0000 (15:54 +0100)]
Merge pull request #9860 from MrPetovan/task/9640-rename-notification-classes

Rename notify classes according the feature name, not the table name

3 years agoRename notify classes according the feature name, not the table name
Hypolite Petovan [Sat, 23 Jan 2021 09:53:44 +0000 (04:53 -0500)]
Rename notify classes according the feature name, not the table name

3 years agoMerge pull request #9858 from annando/notify-ignored
Hypolite Petovan [Sun, 24 Jan 2021 13:59:18 +0000 (08:59 -0500)]
Merge pull request #9858 from annando/notify-ignored

New setting that controls notifications for ignored contacts

3 years agoMerge pull request #9783 from foss-/patch-1
Hypolite Petovan [Sun, 24 Jan 2021 13:58:38 +0000 (08:58 -0500)]
Merge pull request #9783 from foss-/patch-1

FAQ cleanup

3 years agoInverted conditions
Michael [Sun, 24 Jan 2021 13:49:23 +0000 (13:49 +0000)]
Inverted conditions

3 years agoUpdate FAQ.md
foss- [Sun, 24 Jan 2021 12:51:19 +0000 (13:51 +0100)]
Update FAQ.md

- Archived (typo)

3 years agoUpdate FAQ.md
foss- [Sun, 24 Jan 2021 12:50:15 +0000 (13:50 +0100)]
Update FAQ.md

- revert to question format for client list
- new line for each sentence as requested
- corrected Ignored contacts section: they are included in delivery and will receive posts and private messages

3 years agoUpdate doc/FAQ.md
foss- [Sun, 24 Jan 2021 12:40:34 +0000 (13:40 +0100)]
Update doc/FAQ.md

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
3 years agoMerge pull request #9857 from MrPetovan/bug/9854-tags-profile-space
Michael Vogel [Sun, 24 Jan 2021 12:03:50 +0000 (13:03 +0100)]
Merge pull request #9857 from MrPetovan/bug/9854-tags-profile-space

Remove leading space in displayed public tags in profile page

3 years agoNew setting that controls notifications for ignored contacts
Michael [Sun, 24 Jan 2021 11:40:09 +0000 (11:40 +0000)]
New setting that controls notifications for ignored contacts

3 years agoRemove leading space in displayed public tags in profile page
Hypolite Petovan [Sat, 23 Jan 2021 20:55:21 +0000 (15:55 -0500)]
Remove leading space in displayed public tags in profile page

3 years agoMerge pull request #9833 from MrPetovan/task/9719-frio-block-author-more
Michael Vogel [Sat, 23 Jan 2021 11:50:44 +0000 (12:50 +0100)]
Merge pull request #9833 from MrPetovan/task/9719-frio-block-author-more

[frio] Add block author in post more dropdown

3 years agoAdd trusted browsers user setting module
Hypolite Petovan [Wed, 20 Jan 2021 04:44:19 +0000 (23:44 -0500)]
Add trusted browsers user setting module

- Add trusted browsers help section

3 years ago[Composer] Add dependency ua-parser/uap-php
Hypolite Petovan [Wed, 20 Jan 2021 04:39:09 +0000 (23:39 -0500)]
[Composer] Add dependency ua-parser/uap-php

3 years agoAdded support for trusted browser during authentication
Hypolite Petovan [Tue, 19 Jan 2021 04:32:48 +0000 (23:32 -0500)]
Added support for trusted browser during authentication

3 years agoAdd trusted browser classes
Hypolite Petovan [Tue, 19 Jan 2021 04:32:28 +0000 (23:32 -0500)]
Add trusted browser classes

- Added some tests

3 years ago[Database version 1394] Add 2fa_trusted_browser table
Hypolite Petovan [Tue, 19 Jan 2021 04:27:44 +0000 (23:27 -0500)]
[Database version 1394] Add 2fa_trusted_browser table

3 years agoReplace BaseEntity with BaseDataTransferObject class for API representation classes
Hypolite Petovan [Sun, 17 Jan 2021 21:04:00 +0000 (16:04 -0500)]
Replace BaseEntity with BaseDataTransferObject class for API representation classes

3 years agoMove all two-factor authentication classes in Security\TwoFactor
Hypolite Petovan [Tue, 19 Jan 2021 03:53:06 +0000 (22:53 -0500)]
Move all two-factor authentication classes in Security\TwoFactor

3 years agoAllow setting arbitrary keys in the cookie array
Hypolite Petovan [Sun, 17 Jan 2021 22:30:18 +0000 (17:30 -0500)]
Allow setting arbitrary keys in the cookie array

3 years agoUpdated main translation file after adding strings
Hypolite Petovan [Thu, 21 Jan 2021 04:12:36 +0000 (23:12 -0500)]
Updated main translation file after adding strings

3 years ago[frio] Add block author button in More dropdown
Hypolite Petovan [Wed, 20 Jan 2021 23:44:30 +0000 (18:44 -0500)]
[frio] Add block author button in More dropdown

3 years agoAdd blocking author from an item context feature
Hypolite Petovan [Wed, 20 Jan 2021 23:44:02 +0000 (18:44 -0500)]
Add blocking author from an item context feature

3 years agoMerge pull request #9852 from MrPetovan/bug/9846-tags-img-desc
Michael Vogel [Sat, 23 Jan 2021 07:03:53 +0000 (08:03 +0100)]
Merge pull request #9852 from MrPetovan/bug/9846-tags-img-desc

Prevent hashtag parsing and replacement in image alternative text

3 years agoPrevent hashtag parsing and replacement in image alternative text
Hypolite Petovan [Fri, 22 Jan 2021 22:45:28 +0000 (17:45 -0500)]
Prevent hashtag parsing and replacement in image alternative text