Hypolite Petovan
77e9143d3a
[non-Frio] Add edited date to post display
2021-01-07 10:25:34 -05:00
Hypolite Petovan
51b08769e2
[vier] Convert wall-item-body span to div
...
- This element contains the post body that can also contains block elements
2020-12-31 09:07:33 -05:00
Michael
d4d55a5865
Issue 8605: "show less" now displays "show less"
2020-11-30 19:30:57 +00:00
Michael
b52ba79620
Contacts can now be updated from every theme
2020-11-22 08:15:17 +00:00
Hypolite Petovan
b2c4116357
Replace JQuery .text by .html
...
- Prevents inserting unescaped HTML in page
2020-11-16 18:19:24 -05:00
Michael
89509f02e4
Move "remote self" to the contact settings
2020-10-24 21:42:49 +00:00
Michael
1fc36c4470
Only auto update when there is content
2020-10-20 20:43:51 +00:00
Michael
d3e19bc880
Support for real reshares
2020-10-11 08:49:47 +00:00
Michael
f255749c6a
Issue 9358: liking and commenting on the community page now gives a feedback
2020-10-06 05:18:54 +00:00
Michael
88a0e976da
Endless scrolling for searches and contact comments
2020-09-30 19:14:13 +00:00
Michael
c082109ff9
Show if a post arrived via relay
2020-09-21 12:31:20 +00:00
Michael Vogel
de3ed5faf4
Merge pull request #9197 from MrPetovan/bug/9192-normalize-escaping-item
...
Remove obsolete uses of Strings::escapeTags in mod/item
2020-09-16 22:10:19 +02:00
Michael
23bac84973
Improve "direction" icons on "vier", new direction "global"
2020-09-14 10:43:16 +00:00
Hypolite Petovan
3fa3e78844
Normalize item like/dislike template variable name
2020-09-13 20:01:54 -04:00
Hypolite Petovan
8d5eb61ea3
Normalize item comment template variable name
2020-09-13 20:01:54 -04:00
Hypolite Petovan
65b796ed1f
Normalize item_photo_menu template variable name
2020-09-13 20:01:53 -04:00
Hypolite Petovan
2bfd53bf09
Normalize item body template variable name
2020-09-13 20:01:53 -04:00
Hypolite Petovan
9ff228812f
Normalize item location template variable name
2020-09-13 20:01:51 -04:00
Michael
5a41cd437d
Add additional direction types
2020-09-13 14:15:28 +00:00
Hypolite Petovan
fb0fa342be
Merge pull request #9174 from annando/issue-9167
...
Issue 9167 - messages from non-followers
2020-09-09 14:05:21 -04:00
Michael
555856208e
Issue 9167: Adding more direction indicators
2020-09-09 16:54:18 +00:00
Hypolite Petovan
6ad75f5b41
Remove over-specific location fields from vcard in favor of "location"
2020-09-09 01:21:56 -04:00
Hypolite Petovan
730a5c5725
Improve post direction display
...
- [frio] Change icon for commented direction
- Update English translation string for commented direction
2020-09-03 15:45:53 -04:00
Michael
a7946d80b8
Added directions for the other themes
2020-08-23 18:54:32 +00:00
Michael
dd82f150ca
Rework of the network page
2020-08-13 20:07:13 +00:00
Hypolite Petovan
d7b5674476
Move mod/lockview to Module\PermissionTooltip
...
- Add explicit type parameter to lockview() in main.js
2020-07-27 01:58:53 -04:00
Hypolite Petovan
18745b1723
Merge pull request #8765 from annando/fix-pubkey
...
Fix providing the public key
2020-06-12 16:42:16 -04:00
Michael Vogel
cf384da4b7
Fix providing the public key
2020-06-12 21:51:42 +02:00
Hypolite Petovan
34463f37e4
Rename contact table column to ffi_keyword_denylist
2020-06-07 11:24:52 -04:00
Hypolite Petovan
df1c74bd33
Make "like" links one way
...
- Updated dolike() function to accept a "un-" switch
- [frio] Updated doLikeAction() function to call dolike() instead of having duplicated code
- Added boolean logic (with explanatory truth table) to smartly delete existing activities in Model\Item::performActivity
- Moved verb/activity parameter handling closer to their use in Model\Item::performActivity
- Updated all references to dolike() and doLikeAction() to include the "un-" switch
2020-05-27 08:41:13 -04:00
Hypolite Petovan
eb09bdfc96
[vier] Fix accordion logic in templates/settings/profile/index
2020-05-08 09:06:28 -04:00
Hypolite Petovan
91fb396ec1
Refactor profile edit page
...
- Fix header hierarchy
- [frio] Fix panel display
2020-04-01 19:14:37 -04:00
Hypolite Petovan
49b71546ec
Normalize vcard across themes display after profile fields reorganization
2020-03-11 08:19:28 -04:00
Michael
d63e903d9f
Changed template for direction
2020-03-03 21:29:51 +00:00
Michael
0e0de5fcad
Debug switch added, output added
2020-03-03 21:25:18 +00:00
Hypolite Petovan
b100b9600e
Add rel="noopener noreferrer" to all target="_blank" links
...
See https://mathiasbynens.github.io/rel-noopener/
2020-02-24 20:07:34 -05:00
Hypolite Petovan
637e38e535
User hide_dislike user setting to hide dislike button and conversation responses
2020-02-20 05:37:07 -05:00
Hypolite Petovan
61cc047611
Merge pull request #8309 from annando/remote-comment
...
Remotely load posts to comment on them on the own page
2020-02-18 13:29:11 -05:00
Michael
d64bb0dd8f
Remotely load posts to comment on them on the own page
2020-02-18 06:57:38 +00:00
Steffen K9
e342d2bd81
fix view profile link vier
2020-02-17 20:19:10 +01:00
Michael
3bd1f3a836
No more gender
2020-02-16 10:55:18 +00:00
Hypolite Petovan
1ce5b1d65b
Remove profile about field double HTML escaping
...
- Add BBcode conversion for profile.about in widget/vcard.tpl
2020-02-11 21:38:42 -05:00
Hypolite Petovan
a42104ce43
Use profile.about instead of profile.pdesc for profile description
2020-02-09 02:36:19 -05:00
Michael
6e02105d88
Useless links removed / Item menu is moved to the item actions bar
2020-02-06 22:06:24 +00:00
Hypolite Petovan
71cefc7c9e
Add version parameter to scripts and stylesheet paths in view/
2020-01-31 19:42:02 -05:00
Hypolite Petovan
e69497454b
Remove uses of profile.marital
2020-01-27 23:01:25 -05:00
Philipp
09de4a5b47
Merge pull request #8156 from MrPetovan/task/7817-custom-fields-part-2
...
New custom profile fields feature part 2: Feature switcheroo
2020-01-24 20:17:52 +01:00
Philipp Holzer
0458b9c2df
rename notify => notification once more :-)
2020-01-24 19:08:03 +01:00
Philipp Holzer
b229939c3d
rename CSS attributes notify => notification
2020-01-24 18:56:34 +01:00
Hypolite Petovan
64c05f2280
Add custom fields help text
2020-01-22 19:42:36 -05:00