BitPickups
c17d16b970
adding files login_image.png and login_video.mp4 to the images folder
...
#These files work in combination with a modified /view/templeates/login.tpl file that integrates the files into the
#login page.
#the video is is just a small example video
#The content of the files can be easily replaced by site specific files that have to have the same name and have to be
#uploaded to the /images folder.
#/view/templeates/login.tpl changes:
#add the following from line 32 on behind the command {{/foreach}}
<video src="/images/login_video.mp4" width="320" controls>
<p>Your browser doesn't support HTML5 video. Here is no link to another video instead.</p>
</video>
<img src="/images/login_image.png">
2021-07-16 07:07:13 +00:00
BitPickups
415f5de926
modified login.tlp: login template with login_image.png and login_video.mp4
...
#The following code was added to the original login.tpl
#The respective files are located in the folder /images and can be easily replaced with files of the same name with #site specific content by uploading those respective files to the server
#no files no changes in the original login appearance.
<video src="/images/login_video.mp4" width="320" controls>
<p>Your browser doesn't support HTML5 video. There is no link to another video instead.</p>
</video>
<img src="/images/login_image.png">
2021-07-16 06:50:46 +00:00
BitPickups
3bf9d6a0e6
image addons and .tar.gz to replace existing friendica buttons friendica-16→128px.png
2021-07-12 05:24:24 +00:00
d1d208f18b
version 2021.07
2021-07-04 20:44:52 +02:00
49994a7b4c
typos
2021-07-04 20:43:26 +02:00
4bfae21f1d
set release date in the CHANGELOG
2021-07-04 20:39:32 +02:00
7155f825da
Merge pull request #10362 from tobiasd/2021.06-CHANGELOG
...
2021.06 CHANGELOG
2021-07-04 20:36:26 +02:00
55a3104ca9
and an old one as well issue fixed
2021-07-04 20:32:05 +02:00
916e52f894
one issue fixed
2021-07-04 20:22:11 +02:00
54844d21a3
Merge pull request #10467 from annando/fetch-owner-data
...
Use "getOwnerDataById" and "getOwnerDataByNick" to fetch owner data
2021-07-04 13:41:56 -04:00
0d0b14303a
Remove space
2021-07-04 17:36:28 +00:00
39064a9865
updated the CHANGELOG
2021-07-04 19:31:32 +02:00
f0268b57be
Use "getOwnerDataById" and "getOwnerDataByNick" to fetch owner data
2021-07-04 17:25:08 +00:00
638723ea1c
Merge pull request #10466 from annando/local-follow
...
Ensure that the network is set for "self" contacts
2021-07-04 12:21:21 -04:00
582fd613e0
Ensure that the network is set for "self" contac ts
2021-07-04 14:17:10 +00:00
b84c68f024
Merge pull request #10465 from annando/local-follow
...
Fix local follow (and local contact data update)
2021-07-04 10:15:10 -04:00
bedc8e1427
Merge pull request #10463 from annando/proxy-security
...
Proxy: Avoid access for not logged in users
2021-07-04 10:12:36 -04:00
c0579bcad9
Merge pull request #10462 from annando/duplicate-avatars
...
Removal of duplicated photo entries for a contact
2021-07-04 09:56:47 -04:00
4a1bcb13d5
Merge pull request #10461 from annando/ap-preview
...
Transmit preview link
2021-07-04 09:07:56 -04:00
74a0bfc6da
Ensure to not update the "self" contact
2021-07-04 12:38:35 +00:00
87cc17337b
Fix local follow (and local contact data update)
2021-07-04 12:35:48 +00:00
24f013a654
Redirecting not logged in user instead of failing
2021-07-04 11:53:49 +00:00
4f6be0bd03
Function only needs to be private
2021-07-04 10:59:24 +00:00
da484a48e3
Proxy: Avoid access for not logged in users
2021-07-04 10:55:32 +00:00
47904f99c2
Removal of duplicated photo entries for a contact
2021-07-04 10:40:03 +00:00
5ee0f6e5e1
Transmit preview link
2021-07-04 06:30:54 +00:00
3780e51806
Merge pull request #10460 from annando/issue-10352
...
Issue 10352: Fixing photo entries for contact avatars
2021-07-03 18:08:27 -04:00
1da6fa0043
Issue 10352: Fixing photo entries for contact avatars
2021-07-03 20:43:00 +00:00
16d0c5b279
updated the CHANGELOG
2021-07-03 19:57:24 +02:00
b4f2630fea
Merge pull request #10289 from tobiasd/2021.06-credits
...
update the CREDITS.txt for the 2021.06 release
2021-07-03 19:40:53 +02:00
9419372739
Merge pull request #10459 from annando/private-images
...
Fixed fetching private local images
2021-07-03 12:39:55 -04:00
f37e808e02
Fix test
2021-07-03 15:47:11 +00:00
c72abe48a8
Fixed fetching private local images
2021-07-03 15:29:27 +00:00
a0772c91d0
Merge pull request #10456 from annando/issue-10454
...
Quickfix for hashtags in author names in shared posts
2021-07-02 07:47:27 +02:00
9cf39dbf00
Quickfix for hashtags in usernames in shared posts
2021-07-02 04:34:49 +00:00
bb2ae2face
Merge pull request #10455 from annando/signed-requests
...
Fix: Fetching of non public photos
2021-07-01 18:13:44 -04:00
8e9433f2e9
Fix: Fetching of non public photos
2021-07-01 18:05:54 +00:00
c63dfa38c1
Merge pull request #10451 from annando/contact-path
...
Some more places changed to the new contact avatar path format
2021-06-30 21:24:27 -04:00
7a2038fc93
Merge pull request #10452 from annando/notice
...
Avoid Notice: Undefined index: field1 in /src/Module/Register.php on line 253
2021-06-30 21:23:12 -04:00
dfd711d111
Merge pull request #10450 from annando/discoverable
...
AP: Support "discoverable"
2021-06-30 21:16:11 -04:00
c9ab540ab0
Merge pull request #10449 from annando/guess-mimetype
...
Guess the mimetype in advance
2021-06-30 21:13:37 -04:00
16de3454bc
Change logo path
2021-06-30 20:00:57 +00:00
b46ad72651
Fix media size
2021-06-30 19:55:28 +00:00
df9a69db01
Avoid Notice: Undefined index: field1 in /src/Module/Register.php on line 253
2021-06-30 19:13:27 +00:00
98dd4e889a
Some more contact paths
2021-06-30 18:44:41 +00:00
09aa496387
Some more places changed to the new contact avatar path format
2021-06-30 16:58:46 +00:00
e2dc36a691
AP: Support "discoverable"
2021-06-30 05:40:11 +00:00
ec49afa116
Guess the mimetype in advance
2021-06-30 04:28:03 +00:00
4308cace68
Merge pull request #10448 from annando/mimetype
...
Detect the mimetype for external resources
2021-06-30 05:59:06 +02:00
39fe60744b
Grammar
2021-06-30 03:49:43 +00:00