Hypolite Petovan
|
e64dcc5b5b
|
Remove obsolete modules common and allfriends
- Delete obsolete Model\GContact class
|
2020-08-06 22:59:10 -04:00 |
|
Hypolite Petovan
|
383ddb10ed
|
Create new page_tabs template
- Replace explicit tabs in profile contacts page with new template
|
2020-08-06 22:59:09 -04:00 |
|
Michael Vogel
|
1fb47b96aa
|
Merge pull request #8975 from MrPetovan/task/8918-move-mod-common
Move mod/common.php to src/ Part 2: Add Module\Profile\Common class
|
2020-08-05 23:17:12 +02:00 |
|
Hypolite Petovan
|
8042119447
|
Merge pull request #8974 from annando/issue-8967
Issue 8967: Fix avatar in top bar
|
2020-08-05 10:30:20 -04:00 |
|
Michael
|
d56ac8d58f
|
Fix wrong parameter order
|
2020-08-05 12:57:02 +00:00 |
|
Hypolite Petovan
|
c26b72a426
|
Rework commonFriendsVisitor widget
- Use new Contact\Relation method to fetch common contacts
- Replace reference to /common by /{nickname}/contacts/common
|
2020-08-05 00:19:48 -04:00 |
|
Michael Vogel
|
0224bc8367
|
Update view/theme/frio/theme.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2020-08-05 05:39:00 +02:00 |
|
Hypolite Petovan
|
71db6ab613
|
Add Module\Profile\Common class
- Add Common tab in profile contacts templates
- Add routing to new module
|
2020-08-04 23:03:54 -04:00 |
|
Hypolite Petovan
|
1723903219
|
Rework Module\Profile\Contacts class
- Simplify imports
- Use router parameters
- Use exceptions
- Simplify querying and result processing
- Add no result label
|
2020-08-04 23:02:43 -04:00 |
|
Hypolite Petovan
|
4c5fe20018
|
Remove relationship direction display for non-local user contacts
- [frio] Add profile link on avatar in contact_template
|
2020-08-04 23:00:15 -04:00 |
|
Michael
|
f1380e6af4
|
Issue 8967: Fix avatar in top bar
|
2020-08-04 20:15:42 +00:00 |
|
Hypolite Petovan
|
73c112066d
|
Merge pull request #8971 from annando/optimize
Periodically run an "optimize table" command for cache tables
|
2020-08-04 12:43:28 -04:00 |
|
Michael
|
288593700d
|
Updated messages.po
|
2020-08-04 14:05:05 +00:00 |
|
Michael
|
d153db44ac
|
Periodically run an "optimize table" command for cache tables
|
2020-08-04 12:24:24 +00:00 |
|
Michael
|
a7d75702cc
|
"Contact\User" class created
|
2020-08-04 04:47:02 +00:00 |
|
Michael
|
b026901dbc
|
Added additional field
|
2020-08-02 15:44:41 +00:00 |
|
Michael
|
91c360638a
|
Ensure contact tabs will use the correct id
|
2020-08-02 13:34:49 +00:00 |
|
Michael
|
bb1517a74c
|
Random profiles now moved away from "gcontact" as well
|
2020-08-02 08:07:31 +00:00 |
|
Michael
|
c03cf39c26
|
"gcontact" removed in the themes as well
|
2020-08-02 07:54:18 +00:00 |
|
Michael
|
0c73531da1
|
Poco and gcontact (mostly) removed
|
2020-08-01 16:15:18 +00:00 |
|
Michael
|
d9a9876ddd
|
Synchronize contacts with the directory server
|
2020-07-31 09:08:51 +00:00 |
|
Michael
|
cc85bc4156
|
Replace "gcontact" with "contact" - imroved suggestions
|
2020-07-30 14:08:32 +00:00 |
|
Michael
|
71b6226909
|
Some more avatar function replacements
|
2020-07-28 19:30:55 +00:00 |
|
Hypolite Petovan
|
ab3106a129
|
Move "View As" form at the bottom of the profile page
|
2020-07-28 11:40:14 -04:00 |
|
Michael Vogel
|
74bc3de472
|
Merge pull request #8931 from MrPetovan/task/2020-performance-improvements
Various performance improvements
|
2020-07-28 07:15:02 +02:00 |
|
Hypolite Petovan
|
cd84f9a921
|
Reduce number of calls to Hook::delete when uninstalling addons/themes
- Add a sweeping Hook deletion on theme uninstall (like for addons)
|
2020-07-27 08:24:55 -04: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 |
|
Michael
|
18617f6c48
|
Fetch followers/followings of contacts
|
2020-07-26 07:34:33 +00:00 |
|
Hypolite Petovan
|
08384ecf59
|
Remove obsolete view/js/jquery-textcomplete folder
|
2020-07-22 10:48:30 -04:00 |
|
Hypolite Petovan
|
f4afd56fa5
|
Replace jquery-textcomplete with yuku/old-textcomplete
- Add a jQuery wrapper to minimize code changes
- Improve local autocomplete jQuery plugin to allow chaining
|
2020-07-22 10:48:02 -04:00 |
|
Hypolite Petovan
|
0a71495fa4
|
Add new admin debug module for ActivityPub
|
2020-07-20 00:39:17 -04:00 |
|
Hypolite Petovan
|
da50456675
|
Add Twitter source debug to Debug\Babel
|
2020-07-17 17:14:13 -04:00 |
|
Hypolite Petovan
|
cb03418937
|
Add checks for $a->user existence
- Variable can be empty/null in many cases
|
2020-07-09 15:09:07 -04:00 |
|
Michael
|
966738ecc6
|
Use the "orig_title"
|
2020-07-08 20:47:05 +00:00 |
|
Michael
|
77e272e8ed
|
Issue 8836: Point the event to the local post
|
2020-07-08 20:42:28 +00:00 |
|
Hypolite Petovan
|
a9af0ca26e
|
Merge pull request #8835 from tobiasd/20200701-lng
PL and EN US / GB translation updates
|
2020-07-01 07:08:04 -04:00 |
|
Tobias Diekershoff
|
149896e3c7
|
EN US and GB translation updates THX AndyH3
|
2020-07-01 12:47:44 +02:00 |
|
Tobias Diekershoff
|
bf89318aba
|
PL translation update THX Walis
|
2020-07-01 12:45:43 +02:00 |
|
Hypolite Petovan
|
9c6fbc6a74
|
Update references to the friendica/friendica stable branch
|
2020-06-30 15:25:16 -04:00 |
|
Hypolite Petovan
|
4aacd6ef09
|
[frio] Add missing margin above relocate form in admin site
|
2020-06-27 18:37:02 -04:00 |
|
Michael Vogel
|
7fd2c00171
|
Merge pull request #8792 from MrPetovan/task/share-block-guid
[frio] Add local post link to share block when guid attribute is present
|
2020-06-23 21:26:07 +02:00 |
|
Hypolite Petovan
|
ad9bac8b07
|
Prevent propagation of escape key press when it was used to close autocomplete dropdown
- It was causing the modal window to unexpectedly close
|
2020-06-22 22:25:15 -04:00 |
|
Hypolite Petovan
|
b77896ed45
|
[frio] Add local post link to share block when guid attribute is present
|
2020-06-21 09:45:36 -04:00 |
|
Michael
|
016c99935c
|
Different comment limits for single view
|
2020-06-16 06:49:53 +00:00 |
|
Tobias Diekershoff
|
5b13c9b1da
|
Added Estonian translation THX Rain Hawk
|
2020-06-15 06:23:18 +02:00 |
|
Tobias Diekershoff
|
cad8748105
|
RU translations THX Alexander An
|
2020-06-15 06:21:57 +02:00 |
|
Tobias Diekershoff
|
855a69325f
|
PL translation update THX waldis
|
2020-06-15 06:21:16 +02:00 |
|
Tobias Diekershoff
|
2da9dca316
|
NL translation update THX Casper
|
2020-06-15 06:20:28 +02:00 |
|
Tobias Diekershoff
|
743885b4b0
|
update to the zh-cn translation THX steve jobs
|
2020-06-15 06:19:49 +02:00 |
|
Tobias Diekershoff
|
f73ea4b621
|
DE translation update THX copis
|
2020-06-15 06:18:25 +02:00 |
|