Hypolite Petovan
34f21b40f4
Move missing POST part of Profile\Photos from mod/photos
2022-12-01 17:57:29 -05:00
Hypolite Petovan
b83526ad0b
Tighten profile restriction feature
...
- Prevent feed access to restricted profiles
- Rework display of restricted profiles with a redirect to the profile/restricted route
- Normalize permission checking with IHandleUserSession->isAuthenticated
- Remove unusable "nocache" parameter in feed module because session isn't initialized
- Reword setting name and description
2022-12-01 08:03:35 -05:00
Michael
f905220923
New field to show the day of the last activity
2022-11-30 22:34:50 +00:00
Michael
f31e617f5d
Contact suggestions are now cached
2022-11-30 05:59:27 +00:00
Michael
8eca961aeb
Added status to the report
2022-11-29 19:50:12 +00:00
Michael
8b41d62a88
API: Speed improvements
2022-11-29 18:45:30 +00:00
Michael
437419bbd9
Updated database.sql
2022-11-28 20:22:08 +00:00
Michael
de76e860ad
API: Added trending links
2022-11-28 20:19:57 +00:00
Michael
c00004f6ea
API: Tredning statuses added
2022-11-28 09:30:41 +00:00
Michael
6b36bd893b
API: Trending tags are added
2022-11-28 07:08:01 +00:00
Michael
85f57e69fa
Issue 12191: We can now follow and unfollow tags via API
2022-11-28 03:29:43 +00:00
Michael
a6d060b0e4
Merge remote-tracking branch 'upstream/develop' into api-tags
2022-11-28 02:13:20 +00:00
Michael
0e2c2cd0e0
API: Support new tag endpoints
2022-11-27 19:22:41 +00:00
Philipp Holzer
50316bbb80
Move Browser & Upload to own namespace
2022-11-27 01:34:59 +01:00
Philipp Holzer
051253a745
Move FileBrowser to own namespace & Bugfix album usage
2022-11-27 01:34:58 +01:00
Philipp Holzer
d0b16b2fc1
Move mod/fbrowser to src\Modules\Attachment|Photos\Browser
2022-11-26 22:26:30 +01:00
Michael
92807d86a3
API: Enable edit
2022-11-25 19:35:40 +00:00
Michael
a6ff817f47
Update added
2022-11-23 21:47:47 +00:00
Hypolite Petovan
77e87da441
Create /profile/{nickname}/photos route
...
- Create new Profile\Photos\Index module class
- Update most references of the legacy /photos/{nickname} route
2022-11-20 17:15:07 -05:00
Tobias Diekershoff
eec48057dc
Merge pull request #12221 from MrPetovan/bug/warnings
...
Fix various PHP 8 deprecations
2022-11-20 08:21:06 +01:00
Hypolite Petovan
5f074bc4e7
Add support for Mastodon /authorize_interaction route
...
- It is used by Fedifind to follow people who set their Webfinger address in their Twitter bio
2022-11-19 19:55:01 -05:00
Hypolite Petovan
2a4985cd46
Fix database connection with sockets
...
- Reformat Database\Database.php file
- Reformat and fix spelling in static/defaults.config.php file
2022-11-19 19:15:43 -05:00
Hypolite Petovan
e354f48765
Merge pull request #12200 from annando/ignore-view
...
"View" activities are now ignored
2022-11-17 15:28:34 -05:00
Michael
cdbfa34066
"View" activities are now ignored
2022-11-17 20:01:32 +00:00
Philipp Holzer
00883c9dcb
Move mod/editpost.php to src\Module\Post\Edit
2022-11-15 22:32:46 +01:00
Philipp Holzer
584e7a7e6d
Remove trailing slash in update_
calls
2022-11-15 20:11:38 +01:00
Philipp Holzer
3259bd17dc
Move mod/(update_)display.php to src\Module
2022-11-15 00:57:47 +01:00
Philipp Holzer
5c05a3b0f6
Move mod/display.php "feed-item" to a src\Module\Item\Feed.php
2022-11-15 00:52:58 +01:00
Michael
91949f0292
Allow anonymous reports
2022-11-14 23:27:46 +00:00
Hypolite Petovan
6df187478d
Fixed wrong reference to user.expire in Model\User::getActorName
...
- Update field documentation to prevent further confusion
2022-11-14 17:02:41 -05:00
Hypolite Petovan
cb0fde5d7d
Create new OStatus\Subscribe module class
...
- Move route from /ostatus_subscribe to /ostatus/subscribe
2022-11-14 13:48:47 -05:00
Hypolite Petovan
eb6b03b555
Add new OStatus\PortableContacts module class
...
- Retain existing route /poco for backward compatibility
- Remove unsupported links to /poco/{nickname} route
2022-11-14 13:48:46 -05:00
Hypolite Petovan
a1a0b6512c
Create new OStatus\PubSub module class
...
- Retain previous route /pubsub for backward compatibility
2022-11-14 13:48:46 -05:00
Hypolite Petovan
a8759a9b86
Create new OStatus\PubSubHubBub module class
...
- Retaining the same /pubsubhubbub route to keep backward compatibility
2022-11-14 13:48:45 -05:00
Hypolite Petovan
63fc315ea0
Add support for Mastodon /reports API call
2022-11-14 12:22:54 -05:00
Hypolite Petovan
5d9ce80007
[Database version 1489] Add new report database tables
2022-11-14 12:10:37 -05:00
Philipp Holzer
815d8975e6
Rename Match to MatchInterests because PHP8-lint rejects "match"
2022-11-09 22:36:02 +01:00
Philipp Holzer
75360f3b8c
Move mod/mod/msearch & mod/match to src/Module
2022-11-09 22:17:50 +01:00
Hypolite Petovan
5916544bc8
Move settings/features to src/Module
2022-11-09 06:26:08 -05:00
Hypolite Petovan
45c4439119
Move settings/connectors to src/Module
2022-11-09 06:26:05 -05:00
Hypolite Petovan
33d1df3c6d
Move settings/addons to src/Module
2022-11-09 06:25:41 -05:00
Hypolite Petovan
3226b00995
Move settings/oauth to src/Module
...
- Add settings_content() permission checks to Module\BaseSettings
- Transform application token deletion GET links to POST forms to keep a single OAuth module class
2022-11-09 06:25:22 -05:00
Hypolite Petovan
4a626ef101
Create new Contact\Redir module class
...
- Move /redir route to /contact/redir
2022-11-08 20:12:23 -05:00
Hypolite Petovan
a68c790c64
Create new Settings\RemoveMe module class
...
- Moved route from /removeme to /settings/removeme
- Combined templates into one
2022-11-08 18:33:54 -05:00
Michael
df8644c59c
Performance improvements in public timeline
2022-11-08 21:48:42 +00:00
Michael
246021fdfa
Store the source of incoming posts
2022-11-08 11:53:09 -05:00
Hypolite Petovan
18f54f4425
New area "moderation"
...
- Moved several admin pages to the moderation area
- ACL still is checking for administrator credentials
2022-11-08 02:28:42 -05:00
Hypolite Petovan
c7dbe0b610
Create new OStatus\Repair module class
...
- Create corresponding template file
2022-11-07 21:44:18 -05:00
Philipp Holzer
f13c91b320
Move mod/cal.php and mod/events.php to Module
2022-11-07 19:52:24 +01:00
Michael Vogel
e6a5c172ce
Merge pull request #12131 from MrPetovan/task/4090-move-mod-salmon
...
Move mod/salmon.php to src/Module
2022-11-07 14:55:02 +01:00