Tobias Diekershoff
c8e010fa04
REUSE hopefully fix github issue templates
2024-08-24 19:59:05 +02:00
Tobias Diekershoff
1b3aa74b87
Merge pull request #14389 from annando/expire-media
...
Delete unused media attachments
2024-08-24 19:51:32 +02:00
Michael
425f23bbdc
Delete unused media attachments
2024-08-24 17:40:25 +00:00
Michael Vogel
af28b82858
Merge pull request #14391 from tobiasd/reuse
...
2nd batch REUSE compliance
2024-08-24 19:34:25 +02:00
Tobias Diekershoff
dc2d894a26
Merge branch 'develop' into reuse
2024-08-24 19:20:00 +02:00
Tobias Diekershoff
767829e20b
Merge pull request #14385 from nupplaphil/feat/php-cs-fixer-update
...
[PHP-CS] Moving the php-cs-fixer dependency to the right place
2024-08-24 19:19:24 +02:00
Philipp
0880ced2a3
Fixup
2024-08-24 19:03:41 +02:00
Philipp
10cb502f16
Fix deprecation warnings & remove old php_cs.dist
2024-08-24 19:03:39 +02:00
Philipp
6be1cd895a
Fixing PHP-CS config
2024-08-24 19:03:28 +02:00
Philipp
8c9dcbb271
[PHP-CS] Moving the php-cs-fixer dependency to the right place
2024-08-24 19:03:27 +02:00
Tobias Diekershoff
3a0af8ce23
syntax fix
2024-08-24 19:03:20 +02:00
Tobias Diekershoff
b84a9073c2
syntax fix
2024-08-24 18:58:27 +02:00
Tobias Diekershoff
34db34d830
REUSE minor fix
2024-08-24 18:55:55 +02:00
Tobias Diekershoff
dcc6c7d6e9
REUSE use reuse lint in ci
2024-08-24 18:18:04 +02:00
Tobias Diekershoff
f597d7aac7
Merge pull request #14392 from annando/issue-14377
...
Disallow posting to restricted groups
2024-08-24 18:14:10 +02:00
Michael
dace658d5d
Disallow posting to restricted groups
2024-08-24 16:05:43 +00:00
Tobias Diekershoff
627fa95417
Merge pull request #14390 from annando/issue-14381
...
Issue 14381: Fix automated register policy on first install
2024-08-24 15:58:54 +02:00
Tobias Diekershoff
2e1a419b7f
coment out license check for now
2024-08-24 15:54:55 +02:00
Tobias Diekershoff
cfa27f62be
REUSE view directory
2024-08-24 15:50:10 +02:00
Tobias Diekershoff
80ba415593
REUSE some more files.
2024-08-24 15:32:32 +02:00
Tobias Diekershoff
30a5ef33b0
REUSE src directory
2024-08-24 15:27:00 +02:00
Michael
24209c4374
Issue 14381: Fix automated register policy on first install
2024-08-24 12:48:20 +00:00
Tobias Diekershoff
5dbb2d00ca
REUSE static directory
2024-08-24 14:38:14 +02:00
Tobias Diekershoff
c4b58df927
REUSE tests directory
2024-08-24 14:31:41 +02:00
Tobias Diekershoff
ac6b17e34c
Merge branch 'develop' into reuse
2024-08-24 14:16:05 +02:00
Tobias Diekershoff
4cbc213dda
REUSE view directory
2024-08-24 14:15:18 +02:00
Michael Vogel
07e845f494
Merge pull request #14376 from tobiasd/reuse
...
added initial REUSE stuff
2024-08-24 12:35:17 +02:00
Tobias Diekershoff
dbec42d422
REUSE licenses added
2024-08-24 12:23:11 +02:00
Tobias Diekershoff
506983aff1
REUSE more work on the themes
2024-08-24 12:20:23 +02:00
Tobias Diekershoff
4d8ee76b3b
REUSE frio theme frameworks
2024-08-24 09:18:45 +02:00
Tobias Diekershoff
62fdcbad6a
mark content of the doc folder with SPDX
2024-08-24 08:23:55 +02:00
Tobias Diekershoff
a3a8b6c9ec
Merge pull request #14378 from annando/contact-cleanup
...
Remove unused contacts
2024-08-24 07:38:55 +02:00
Michael
6f7d8d4c09
Remove unused contacts
2024-08-24 04:46:30 +00:00
Michael Vogel
1e302fb234
Merge pull request #14383 from loma-one/develop
...
Optimisation of the Composer Editor
2024-08-24 06:41:21 +02:00
Tobias Diekershoff
3896b07c9e
SPDX headers for PHP files in bin and mod
2024-08-23 15:11:15 +02:00
Tobias Diekershoff
7cb66681d8
fix php syntax
2024-08-23 08:23:28 +02:00
Tobias Diekershoff
3a2c7a1f74
fix php syntax
2024-08-23 08:23:28 +02:00
Tobias Diekershoff
f1ebfa1dd9
added REUSE config file
2024-08-23 08:23:28 +02:00
Tobias Diekershoff
622a060936
added RESUE config and LICENSES dir
2024-08-23 08:23:28 +02:00
Tobias Diekershoff
f19b14bd88
added SPDX header information to some files
...
In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software ) complient but this is a longterm goal.
2024-08-23 08:23:28 +02:00
loma-one
b57cd3a925
Optimisation of the Composer Editor
...
As a result of the changes, the editor is started in a larger window. In addition, the authorisation settings for the article are hidden for the time being. These can be shown via a sandwitch menu if required. The reload of the page is prevented so that articles already created in the editor are not lost.
The Composer Editor is another editor in Friendica that is particularly suitable for entering longer texts (e.g. at the local workstation). The special feature is that the editor is loaded in a separate window and therefore does not distract from the timeline. The editor can still be used in mobile applications
2024-08-22 11:16:56 +02:00
loma-one
59530853de
Optimisation of the Composer Editor
...
As a result of the changes, the editor is started in a larger window. In addition, the authorisation settings for the article are hidden for the time being. These can be shown via a sandwitch menu if required.
The reload of the page is prevented so that articles already created in the editor are not lost.
ar.
The Composer Editor is another editor in Friendica that is particularly suitable for entering longer texts (e.g. at the local workstation). The special feature is that the editor is loaded in a separate window and therefore does not distract from the timeline.
The editor can still be used in mobile applications
2024-08-22 10:59:06 +02:00
Tobias Diekershoff
4ac29047dc
Merge pull request #14380 from annando/issue-14377
...
Issue 14377: Support for "postingRestrictedToMods" added
2024-08-20 17:08:15 +02:00
Michael
d9d9cd45e4
Issue 14377: Support for "postingRestrictedToMods" added
2024-08-20 05:58:24 +00:00
Tobias Diekershoff
355273b13c
Merge pull request #14379 from annando/issue-14368
...
Issue 14368: Fix access to the global timeline
2024-08-20 06:58:31 +02:00
Michael
03543f1362
Issue 14368: Fix access to the global timeline
2024-08-19 20:01:31 +00:00
Michael Vogel
10eadd5cf5
Merge pull request #14372 from zotanmew/patch-1
...
Return rel=self link for xrd+xml webfinger responses
2024-08-19 08:29:40 +02:00
Michael Vogel
cb94ba7f2e
Merge pull request #14361 from tobiasd/20240815-federation.md
...
added FEDERATION.md / FEP-67ff
2024-08-18 08:57:59 +02:00
Tobias Diekershoff
bf6c6f4092
removed comment
2024-08-18 08:51:19 +02:00
Tobias Diekershoff
bcc290cdec
updated descriptions in FEDERATION.md
2024-08-18 08:33:56 +02:00