Michael
|
c81e81dc8d
|
"getUserId" is now "getLoggedInUserId"
|
2021-08-09 20:33:46 +00:00 |
|
Michael
|
28090bd793
|
Get rid of App->user completely
|
2021-08-08 19:30:21 +00:00 |
|
Michael
|
fc283ab928
|
Remove direct calls to App->user
|
2021-08-08 10:14:56 +00:00 |
|
Michael
|
2502a9192d
|
Many more app-variables removed
|
2021-07-24 10:09:39 +00:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
Michael
|
1792046a4f
|
post/thread views are renamed, search bugs fixed
|
2021-02-22 19:47:08 +00:00 |
|
Michael
|
92a8a399de
|
Improved indexes, avoiding SQL errors, improving speed
|
2021-02-20 20:07:25 +00:00 |
|
Michael
|
ce6ad1aa73
|
Get rid of the "item" table, enhanced "post" tables
|
2021-02-13 19:56:03 +00:00 |
|
Michael
|
ef0400fc19
|
"uri-id" instead of "uri" or "id"
|
2021-01-27 10:01:42 +00:00 |
|
Michael
|
b892db0cf3
|
All item selects are now done by the post class
|
2021-01-19 07:23:01 +00:00 |
|
Michael
|
4157db5473
|
"item" is replaced by "post-view" / postupdate check added
|
2021-01-17 20:32:13 +00:00 |
|
Michael
|
2b1d0b9db8
|
"selectForUser" and "" selectFirstForUser" is now moved to Post
|
2021-01-16 22:37:27 +00:00 |
|
Michael
|
2fa692bcce
|
New post class in the rest of the classes
|
2021-01-16 04:16:09 +00:00 |
|
Michael
|
b6f349076c
|
Fix order of reshared items on the profile page
|
2020-11-28 06:23:17 +00:00 |
|
Michael
|
4965d6aa54
|
The profile page does now shows reshared items
|
2020-11-03 19:24:47 +00:00 |
|
Hypolite Petovan
|
9537a6d0f7
|
Remove unused App->force_max_items property
|
2020-10-13 07:52:13 -04:00 |
|
Philipp
|
8318a0b640
|
Move ExAuth, FKOAuth1 & FKOAuthDataStore to own namespace Friendica\Security
|
2020-09-30 11:14:01 +02:00 |
|
Michael
|
8d0d6bcd0c
|
Issue 8882: Fixes permissions of pinned posts
|
2020-09-06 15:05:42 +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
|
0007da8630
|
EOL removed
|
2020-07-23 06:25:01 +00:00 |
|
Hypolite Petovan
|
1f0b7690eb
|
Add error handling in Module\Profile\Status
- Address part of https://github.com/friendica/friendica/issues/8475#issuecomment-653912096
|
2020-07-08 09:49:39 -04:00 |
|
Michael
|
875d6b36e9
|
File and category aren't using "term" anymore
|
2020-05-03 15:13:40 +00:00 |
|
Michael
|
74081a71ff
|
Removed unused "use"
|
2020-05-01 13:26:13 +00:00 |
|
Michael
|
8602bbb3b9
|
"term" replaced with "tag"
|
2020-05-01 08:02:21 +00:00 |
|
Michael
|
7f5f68a904
|
More preparations for term to tag transition
|
2020-04-26 16:15:39 +00:00 |
|
Michael
|
7d111e2a6f
|
Duplicated fields renamed
|
2020-04-25 07:29:02 +00:00 |
|
Michael
|
661dd43b0d
|
Term constants updated
|
2020-04-13 19:24:22 +00:00 |
|
Philipp
|
da124af6ed
|
Merge pull request #8293 from MrPetovan/task/5562-community-pagination
Improve community pagination
|
2020-02-16 19:38:49 +01:00 |
|
Hypolite Petovan
|
e0d03615bc
|
Add node-wide default items per page config
|
2020-02-16 13:04:26 -05:00 |
|
Hypolite Petovan
|
561472b975
|
Add L10n parameter to Pager classes
|
2020-02-16 12:50:39 -05:00 |
|
Michael
|
ee6cceba30
|
Clarify the effect of "net-publish"
|
2020-02-16 15:39:44 +00:00 |
|
Hypolite Petovan
|
0b0309ce8f
|
Remove pager parameter from conversation()
- Add getUrlParameter() Javascript function to determine current page
|
2020-02-13 23:40:00 -05:00 |
|
nupplaPhil
|
23c64b9a11
|
Add license info at Friendica classes
|
2020-02-09 15:45:36 +01:00 |
|
Steffen K9
|
e901468602
|
Fix Archives Widget on Status Page
Solution 'borrowed' from PR8116.
|
2020-02-01 14:06:35 +01:00 |
|
Hypolite Petovan
|
e5ab4f1889
|
Re-enable pinned items in profile wall
|
2020-01-26 14:21:20 -05:00 |
|
Hypolite Petovan
|
f2d917114f
|
Move Model\Profile::getTabs to new Module\BaseProfile class
|
2020-01-26 14:21:18 -05:00 |
|
Hypolite Petovan
|
5c05d28a8e
|
Increase argument counter after route change in Module\Profile\Status
- Address https://github.com/friendica/friendica/pull/8156#issuecomment-578302294
|
2020-01-25 16:27:43 -05:00 |
|
Hypolite Petovan
|
1fc1989f93
|
Remove superfluous includes in profile modules
|
2020-01-23 10:00:48 -05:00 |
|
Hypolite Petovan
|
62fec2f190
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-22 19:42:33 -05:00 |
|
Hypolite Petovan
|
d1be68b754
|
Move Module\Profile to Module\Profile\Index
- Move /profiles to Module\Settings\Profile\Index
|
2020-01-22 19:42:32 -05:00 |
|