d68572ea44
Channels can now be created by users
2023-09-19 09:05:28 +00:00
f1fa1f0b62
Further improvements to the automatic update process
2023-09-17 08:17:31 +00:00
e81c911b49
Use class variables
2023-09-17 05:57:44 +00:00
d395de3aa1
Setting to select your network tabs
2023-09-09 17:38:09 +00:00
ab235e24ad
Centralised function for the sort order
2023-09-09 13:48:41 +00:00
19dfdbc03f
Simplify network update
2023-09-09 13:26:20 +00:00
52db2b3da1
Make variables non static
2023-09-09 12:48:51 +00:00
9d6166d7d6
Simplify query merge, changed update behaviour
2023-09-09 12:00:22 +00:00
013aee01f5
Network, Channels and Community are children of timeline
2023-09-09 09:14:36 +00:00
706444bdb2
Decouple conversation creation from rendering
...
- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output
2023-07-08 16:57:52 -04:00
f542211189
Mode depending control for the behaviour with blocked contacts
2023-01-12 06:25:55 +00:00
3b9bf4d70d
Remove system.no_auto_update personal config key and assume default value of true
...
- By popular request, the behavior with false was too perturbating
2023-01-05 10:27:03 -05:00
dfcfae6bcc
Replace $_GET references with $request in Update classes
2023-01-05 10:23:25 -05:00
1874a32728
Happy New Year 2023!
2023-01-01 09:36:24 -05:00
eecc456e0c
UserSession class [5] - Refactor src/Module/ files with DI
2022-10-20 22:59:39 +02:00
d47d78f2d4
old boot.php functions replaced in src/module (4)
2022-10-19 09:23:12 -04:00
da66730e4f
Rewrite:
...
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:
From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````
To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
f6167b4cfd
New function to exit the program
2022-05-18 02:13:54 +00:00
4016a576d5
Log the execution time
2022-05-17 20:47:23 +00:00
2236e5cfb0
Issue 11425: Additional sorting by creation date
2022-04-20 21:03:33 +00:00
Balázs Úr
733f3de9ed
Add missing copyright text
2022-01-02 10:49:50 +01:00
8bdd90066f
Make BaseModule
a real entity
...
- Add all dependencies, necessary to run the content (baseUrl, Arguments)
- Encapsulate all POST/GET/DELETE/PATCH/PUT methods as protected methods inside the BaseModule
- Return Module content ONLY per `BaseModule::run()` (including the Hook logic there as well)
2021-11-27 12:40:36 +01:00
5879535822
Switch static::$parameters
to $this->parameters
2021-11-14 23:49:07 +01:00
489cd0884a
Make BaseModule methods dynamic
2021-11-14 23:49:06 +01:00
714f0febc4
Replace $parameters
argument per method with static::$parameters
2021-11-14 23:49:05 +01:00
0ad904c185
The conversation functionality moved to a class
2021-09-23 21:18:36 +00:00
ef0400fc19
"uri-id" instead of "uri" or "id"
2021-01-27 10:01:42 +00:00
2fa692bcce
New post class in the rest of the classes
2021-01-16 04:16:09 +00:00
4d15cc01e2
Move network module to src/
...
- Update ForumManager to use a base URL
- Split network module into Conversation\Network and Search\Filed modules
- Implement boundaries pager in network module
- Allow no selection in filter widgets
2020-10-13 07:52:13 -04:00