Michael
d3e167c77c
All references to boot.php are now removed
5 months ago
Michael
d47d78f2d4
old boot.php functions replaced in src/module (4)
5 months ago
Roland Häder
26e0469de7
Merge branch 'develop' into rewrite/gravity-constants
5 months ago
Michael
6f68679375
The EOL constant is removed
5 months ago
Michael Vogel
810ea228f0
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
5 months ago
Michael
27e9f2b223
SIGTERM moved
5 months ago
Michael
33ac39c335
The user related functions moved to the session class
5 months ago
Michael
fdfa1f8630
The notice and info have been moved
5 months ago
Michael
62a0d55fc8
The friendica constants have been moved to the app class
5 months ago
Michael
9bac8153ae
Some more constants are moved to their specific classes
5 months ago
Michael
018858934b
The priority is now a class constant
5 months ago
Roland Häder
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
5 months ago
Tobias Diekershoff
b5d3651f3f
bump version to 2022.12-dev
5 months ago
Tobias Diekershoff
7109d2a6a8
Friendica version 2022.10
5 months ago
Tobias Diekershoff
dd59ad9032
Switching to 2022.09-rc
7 months ago
Hypolite Petovan
1b2182c43c
Move system messages from boot to own class
8 months ago
Roland Häder
db095b8559
Changes:
...
- double-quotes to single
- added missing `@return`
8 months ago
Roland Häder
f889aeffb3
Changes:
...
- changed double-quotes to single
- added type-hints
9 months ago
Tobias Diekershoff
13d7242463
pump version to 2022.09-dev
10 months ago
Tobias Diekershoff
7fe7d0c904
pump version to 2022.06, welcome Giant Rhubarb
10 months ago
Tobias Diekershoff
8bf806c550
pump version to 2022.05-rc
11 months ago
Tobias Diekershoff
79bc863831
bump Friendica version to 2022.05-dev again
1 year ago
Tobias Diekershoff
f660c38944
bump Friendica version to 2022.03
1 year ago
Tobias Diekershoff
960d440ab6
pump version to 2022.05-dev
1 year ago
Tobias Diekershoff
72c4ed95f1
pump version to 2022.02
1 year ago
Balázs Úr
e56a53647b
Update copyright
1 year ago
Tobias Diekershoff
8d5c03755d
pump version to 2021.12-rc
1 year ago
Michael
63da4a75e9
The boot.php had been cleared of most functions
1 year ago
Tobias Diekershoff
944957a009
pumped version to 2021.12-dev
2 years ago
Tobias Diekershoff
1adbdfb8d1
set the version of Friendica to 2021.09
2 years ago
Tobias Diekershoff
e88c12d958
pump version to 2021.09-rc
2 years ago
Michael
c81e81dc8d
"getUserId" is now "getLoggedInUserId"
2 years ago
Michael
28090bd793
Get rid of App->user completely
2 years ago
Michael
fc283ab928
Remove direct calls to App->user
2 years ago
Michael
2502a9192d
Many more app-variables removed
2 years ago
Michael
a06d699480
Item cache related functionality removed
2 years ago
Tobias Diekershoff
968122337d
pump version to :wq2021.09-dev
2 years ago
Tobias Diekershoff
d1d208f18b
version 2021.07
2 years ago
Tobias Diekershoff
8bf80c92bd
version 2021.06-rc
2 years ago
Tobias Diekershoff
e9131428b0
pump version 2021-06.dev
2 years ago
Tobias Diekershoff
6434d018c8
bump version: Friendica Siberian Iris 2021.04
2 years ago
Balázs Úr
054c301ef0
Update copyright
2 years ago
Tobias Diekershoff
46f9e9351e
version 2021.03-rc
2 years ago
Hypolite Petovan
82e094179c
Rename notify classes according the feature name, not the table name
2 years ago
Michael
4157db5473
"item" is replaced by "post-view" / postupdate check added
2 years ago
Tobias Diekershoff
bf8fb215a9
version 2021.03-dev
2 years ago
Tobias Diekershoff
4dcdcd4d6f
version 2021.01
2 years ago
Michael
dd94fb1242
Check for bad worker priorities
2 years ago
Tobias Diekershoff
96a927f6e1
2020.12-rc
2 years ago
Tobias Diekershoff
e0b0ca96d1
Version 2020.12-dev again
3 years ago