Michael
b8208974a4
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
2023-10-04 09:40:32 +00:00
Tobias Diekershoff
0a13d7625f
Merge pull request #13488 from MrPetovan/bug/frio-search-result-padding
...
[frio] Remove superfluous padding from search results in mobile view
2023-10-04 08:17:12 +02:00
Hypolite Petovan
753702da0e
[frio] Remove superfluous padding from search results in mobile view
2023-10-03 20:10:38 -04:00
Hypolite Petovan
163a85c78f
Add new horizontal masonry and image height allocation
...
- Move image templates to content/image sub-folder
2023-10-03 19:58:52 -04:00
Raroun
93a3c6ee59
added missing quotation mark
2023-10-03 06:01:19 +02:00
Raroun
51905cee45
added new tab for wall-titles too
2023-10-03 06:01:19 +02:00
Raroun
409f27c058
Frio: open links to source in a new browser tab
2023-10-03 06:01:19 +02:00
Jakobus Schürz
05f2cf9202
fix code because of review
2023-10-02 12:00:23 +02:00
Jakobus Schürz
f8a1b7ea56
Merge branch 'showgroup-button' into better-navigation
2023-10-01 22:59:27 +02:00
Jakobus Schürz (admin)
78e9ee651f
show "view group" in hovercard
...
but only on group-contacts.
rename all *forum to *group in code
2023-10-01 14:25:23 +02:00
Jakobus Schürz (admin)
ed9d20b291
Change label of mention-button
...
* "Mention" on users profile
* "Post to group" on group/forums profile
2023-10-01 12:53:06 +02:00
Jakobus Schürz (admin)
9f2d2d4ac1
add mention-buttons
2023-10-01 12:38:57 +02:00
Jakobus Schürz (admin)
e6a4467557
add "Show Forum" Button to Profile
2023-10-01 12:34:56 +02:00
Michael
e7d65f2d12
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
2023-09-30 18:44:12 +00:00
foss-
bb64d08eaf
Update jot-header.tpl
...
replace `contains` by `includes` in the "view/theme/frio/templates/jot-header.tpl" file on line 227 to fix this error message (only doing the leg-work here, hope this helps)
2023-09-30 17:26:27 +02:00
Hannes Heute
a3fa8ec29a
add styling to event reminder
2023-09-29 14:55:29 +02:00
Michael
b2758f2cdd
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
2023-09-25 19:39:53 +00:00
Hypolite Petovan
ea4c597ac4
[frio] Change "Ignore thread" icon to slashed bell
...
- The slashed eye is better used for ignoring content, not notifications
2023-09-24 16:25:08 -04:00
Hypolite Petovan
56fb9be0f7
Revert "Merge pull request #13463 from MrPetovan/task/imagegrid-improvement"
...
This reverts commit dd7bea4bd1
, reversing
changes made to ce16cd12ec
.
2023-09-24 16:24:28 -04:00
Hypolite Petovan
86141eb363
Add height allocation to single post attached images
...
- Force single images to expand to the total width of the post
2023-09-23 22:20:17 -04:00
Hypolite Petovan
fad760f46a
Add icon placeholder for images in image grid
2023-09-23 22:20:16 -04:00
Hypolite Petovan
fc5e60e97b
[frio] Change "Ignore thread" icon to slashed bell
...
- The slashed eye is better used for ignoring content, not notifications
2023-09-23 22:20:16 -04:00
Michael
fac76a33df
Improved timeline menu
2023-09-21 20:43:14 +00:00
Michael
aa6eb7fcf1
Visiblity is now frequency
2023-09-16 04:20:38 +00:00
Michael
54aea9dbee
Changed to radio buttons
2023-09-15 17:40:14 +00:00
Michael
229e7dcee5
Channel visibility rules can now be set for each contact
2023-09-12 10:55:33 +00:00
Michael
30a7f93685
Invert the condition
2023-09-09 19:41:40 +00:00
Michael
8050389d32
We now display the channel in the sidebar
2023-09-09 19:30:01 +00:00
Michael
d395de3aa1
Setting to select your network tabs
2023-09-09 17:38:09 +00:00
Michael
8b26d488ad
Language selector added, "channel" is now "channels"
2023-09-03 12:54:25 +00:00
Michael
4ad3cc2cc1
Use $request / changed icon
2023-09-02 19:16:48 +00:00
Michael
5c166be3fc
Channels are a new way to see different content
2023-09-01 21:56:59 +00:00
Hypolite Petovan
544ce206d7
[vier] Add mute author server link in photo menu
2023-08-20 14:27:43 -04:00
Hypolite Petovan
6ecc9c4cba
Implement ignored server block in conversations
...
- Add server ignore status in contact profile page
- Add new reason in DisplayNotFound exception page
2023-08-20 14:27:43 -04:00
Hypolite Petovan
4c6334ea13
[frio] Add Mute Author Server button to post actions
2023-08-20 14:27:09 -04:00
Hypolite Petovan
e31d90eadb
Replace references to profile.name by user.username
2023-08-20 13:59:07 -04:00
Hypolite Petovan
7e971a2ec6
Remove DI dependency from Module\Settings\Profile\Index
...
- Replace obsolete base settings/profile/index template by vier version
- Group translation labels in settings/profile/index template variables
2023-08-20 13:59:06 -04:00
Michael
2183c5e60c
New parameter for textareas to make them readonly
2023-08-15 20:22:15 +00:00
Hypolite Petovan
a966993c54
[frio] Add a <section> tag to the home page default template
...
- This is required to make page wrapper display correctly
2023-08-12 10:18:53 +02:00
Michael
911ed3d6ba
Fix: Pagination in search result works again
2023-08-03 05:46:08 +00:00
Hypolite Petovan
6f9e15ea57
Remove escaping exception for form field values
...
- This could allow code injection from a malicious query leading to a form page
- Thanks to Laura Pîrcălăboiu for the report
2023-08-02 16:30:48 +02:00
Hannes Heute
8cc9471a7b
added class in the mobile menu, too
2023-07-26 19:59:08 +02:00
Hannes Heute
e53b875e79
fix frio alignment
2023-07-26 19:09:31 +02:00
Hypolite Petovan
91d63213ae
Reintroduce is_string modifier in addons/connector templates
...
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1606003698
2023-07-11 09:00:41 -04:00
Tobias Diekershoff
1359b171af
Merge pull request #13268 from MrPetovan/task/normalize-item-action-label
...
Normalize item action label key name
2023-07-10 10:01:50 +02:00
Hypolite Petovan
37131a6785
Normalize item action label key name
...
- Remove unused $item.return reference in asynchronous item action URLs
2023-07-09 21:00:36 -04:00
Hypolite Petovan
c312d11dab
Add Report Create module
...
WIP
2023-07-09 18:32:43 -04:00
Hypolite Petovan
31a3c7cf50
[frio] Add link to About page in user menu
2023-07-08 22:24:03 -04:00
Michael
e562dbd59c
Dedicated circle name for groups
2023-06-25 20:37:11 +00:00
Anubis2814
1f06089e5e
Added content warning button
2023-06-15 12:55:54 -04:00