Michael
|
d9c6a46ffe
|
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
|
2020-07-15 04:42:04 +00:00 |
|
Michael Vogel
|
235f4eaa89
|
Merge pull request #8697 from MrPetovan/task/8691-like-links-one-way
Make like links one way
|
2020-05-29 15:33:24 +02:00 |
|
Hypolite Petovan
|
e20d5ff0b5
|
Fix the event feature disabling logic in Object\Post
- Conditions on item network and dislike feature presence were mixed which could have led to unexpected behaviors
|
2020-05-27 08:41:12 -04:00 |
|
Michael
|
973abb6196
|
Replace "id = parent" checks with "gravity" checks
|
2020-05-27 12:19:06 +00:00 |
|
Michael
|
3b2ae5c4a9
|
function names changed
|
2020-05-01 06:01:22 +00:00 |
|
Michael
|
5df5e9521b
|
The tag table is now really used
|
2020-04-26 15:24:58 +00:00 |
|
Michael
|
d63e903d9f
|
Changed template for direction
|
2020-03-03 21:29:51 +00:00 |
|
Michael
|
72c198990e
|
Merge remote-tracking branch 'upstream/develop' into private
|
2020-03-02 15:05:00 +00:00 |
|
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2020-03-02 07:57:23 +00:00 |
|
Hypolite Petovan
|
452d7e6404
|
Remove unused conversation response code
- Remove get_responses()
- Remove get_response_button_text()
- Remove title key from $conv_responses array
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-589263329
|
2020-02-22 20:41:12 -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 |
|
Michael
|
efddd248f7
|
"remote_follow" is now "remote_comment"
|
2020-02-18 17:31:02 +00:00 |
|
Michael
|
d64bb0dd8f
|
Remotely load posts to comment on them on the own page
|
2020-02-18 06:57:38 +00:00 |
|
Hypolite Petovan
|
2a7de4213f
|
Correctly initialize post actions button template variable
- Address https://github.com/friendica/friendica/issues/7999#issuecomment-586020764
|
2020-02-13 20:42:15 -05:00 |
|
Hypolite Petovan
|
95b09aaec4
|
[frio] Add loading animation on comment form submit
|
2020-02-11 23:45:47 -05:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
Michael
|
6e02105d88
|
Useless links removed / Item menu is moved to the item actions bar
|
2020-02-06 22:06:24 +00:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
a9a36fb302
|
Move L10n::tt() calls to DI::l10n()->tt() calls
|
2020-01-19 16:31:17 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
nupplaPhil
|
800694e9b3
|
Remove unused use statements & remove PConfig class
|
2020-01-18 17:02:59 +01:00 |
|
nupplaPhil
|
9e9429b56d
|
Move PConfig::get() to DI::pConfig()->get()
|
2020-01-18 16:50:57 +01:00 |
|
nupplaPhil
|
33674808dc
|
Remove deprecated App::cmd - replace with DI::args()->getCommand()
|
2019-12-29 20:17:51 +01:00 |
|
nupplaPhil
|
e6f61c2cc7
|
Remove deprecated App::query_string - replace with DI::args()->getQueryString()
|
2019-12-29 20:17:50 +01:00 |
|
nupplaPhil
|
e93fba5136
|
Remove deprecated App::removeBaseURL - process methods to DI::baseUrl()->remove()
|
2019-12-29 20:17:45 +01:00 |
|
nupplaPhil
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Michael
|
c037e9143c
|
Additionally display the protocol together with the network
|
2019-12-27 17:24:29 +00:00 |
|
Michael
|
48ec65eb4b
|
Fix the "ago" date (with "received at") for other themes than frio
|
2019-12-26 19:51:36 +00:00 |
|
Michael
|
3d701dd459
|
Only show the difference between posting and receive date when there is a difference
|
2019-12-03 07:23:01 +00:00 |
|
Michael
|
02875df596
|
Show the received date along with the creation date of posts
|
2019-11-29 06:24:02 +00:00 |
|
Michael
|
fc94cad5f2
|
Pinned posts now work for visitors in the intended way
|
2019-11-08 06:52:44 +00:00 |
|
Michael
|
ed58af25a5
|
show pinned items
|
2019-11-07 06:53:18 +00:00 |
|
Michael
|
cf56992444
|
We can now pin our own posts
|
2019-11-07 05:39:15 +00:00 |
|
Philipp Holzer
|
3897c74deb
|
Add docs
|
2019-10-25 00:10:20 +02:00 |
|
Philipp Holzer
|
07cea24430
|
Move Activity/Namespaces defines to constants
|
2019-10-24 21:40:12 +02:00 |
|
Philipp Holzer
|
edf006905b
|
Move (last) get_cats_and_terms to Content\Item::determineCategoriesTerms()
- Added incomplete test
|
2019-10-23 02:48:46 +02:00 |
|
Philipp Holzer
|
52c42491c4
|
Move activity_match() to Protocol\Activity::match()
- With tests
|
2019-10-23 02:05:11 +02:00 |
|
Hypolite Petovan
|
146646c4d4
|
Replace deprecated calls to defaults() by ?? and ?: in src/
|
2019-10-16 08:38:52 -04:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
ec66553032
|
Reworked "remote" cookie handling
|
2019-09-25 22:24:17 +00:00 |
|
Michael
|
9cbf320c86
|
Issue 7563: Use icons instead of names on posts
|
2019-08-28 06:38:35 +00:00 |
|
Michael
|
5a1a5a54dc
|
Delivery count now counts the failed delivery attempts as well
|
2019-08-20 07:39:13 +00:00 |
|
Hypolite Petovan
|
01e71254d9
|
Replace defaults() calls on $_SESSION by Core\Session calls
- Replace direct calls to $_SESSION by Core\Session calls in Module\Login
|
2019-05-26 21:26:59 -04:00 |
|
Michael
|
a0fddca407
|
Display if an item is reshared
|
2019-04-02 05:38:42 +00:00 |
|
Michael
|
ea40308048
|
Fixing automention
|
2019-03-19 22:07:53 +00:00 |
|
Michael
|
694cf50509
|
Fix mentions - again
|
2019-03-11 06:41:48 +00:00 |
|
Michael
|
337a3bb1aa
|
Fix for the automatic mentioning
|
2019-03-10 05:41:40 +00:00 |
|