Hypolite Petovan
|
b2143cae53
|
[frio] Add new asynchronous submission of modal form
- Add loading state for jot submit buttons
|
2020-01-29 22:50:10 -05:00 |
|
Hypolite Petovan
|
a607656607
|
Replace profile tab GET parameter by route
|
2020-01-27 19:21:18 -05:00 |
|
Hypolite Petovan
|
e5ab4f1889
|
Re-enable pinned items in profile wall
|
2020-01-26 14:21:20 -05:00 |
|
Hypolite Petovan
|
6d7f0a6fd8
|
Remove duplicate profile_uid key in App->profile array
|
2020-01-20 07:32:46 -05: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 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00: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 |
|
Michael
|
b83f328983
|
Remove "f" parameter / network page parameter cleanup
|
2020-01-13 20:10:13 +00:00 |
|
nupplaPhil
|
a4a7f19df1
|
Move redundant System::removedBaseUrl() to DI::baseUrl()->remove() calls
|
2019-12-30 23:03:56 +01:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
6d7362da41
|
Replace deprecated $a->page with DI::page()
|
2019-12-30 20:02:09 +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
|
388b963714
|
Replace BaseObject class with DI::* calls
|
2019-12-29 20:17:38 +01:00 |
|
Michael
|
c037e9143c
|
Additionally display the protocol together with the network
|
2019-12-27 17:24:29 +00:00 |
|
Michael Vogel
|
9cf1aea8c9
|
Changed the option to enable the smart threading with the option to disable this
|
2019-12-04 21:21:20 +01:00 |
|
Michael Vogel
|
bd6774bd9b
|
Fix fatal errors, caused by an empty "verb"
|
2019-11-18 07:39:56 +01:00 |
|
Michael
|
fc94cad5f2
|
Pinned posts now work for visitors in the intended way
|
2019-11-08 06:52:44 +00:00 |
|
Michael
|
806e6a230e
|
Added description, removed sorting
|
2019-11-07 07:41:54 +00:00 |
|
Michael
|
91ad7936f3
|
Only sort the profile after pinned
|
2019-11-07 07:39:50 +00:00 |
|
Michael
|
463c9131b6
|
Pinned items are always at the top
|
2019-11-07 07:09:46 +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
|
8b836189d4
|
Replace deprecated defaults() calls with ?? and ?: in include/ and view/
|
2019-10-16 08:51:03 -04:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
9cbf320c86
|
Issue 7563: Use icons instead of names on posts
|
2019-08-28 06:38:35 +00:00 |
|
Michael
|
fc59aa6bc7
|
The "contact-uid" is now a reliable proof for contacts that we follow
|
2019-08-03 10:44:16 +00:00 |
|
Michael
|
5120c27d10
|
Fix displaying of reshared items
|
2019-07-27 20:21:11 +00:00 |
|
Michael
|
6bb418c5a7
|
Use "received" instead of "created" when displaying posts in creation order
|
2019-07-07 21:30:33 +00:00 |
|
Michael
|
6041f74df6
|
New constant for federated protocols
|
2019-07-01 18:00:55 +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
|
d8ed5482aa
|
Improved reshare check
|
2019-04-21 17:09:01 +00:00 |
|
Michael
|
0d49d0593d
|
Don't show a reshare in the top of a message if we know the author
|
2019-04-19 07:47:00 +00:00 |
|
Michael
|
4a30490ac9
|
Fix: Only use reshare information for the top level post
|
2019-04-05 08:59:39 +00:00 |
|
Michael
|
d73b6015d8
|
Set the newest resharer as owner of a thread
|
2019-04-03 18:51:50 +00:00 |
|
Michael
|
a0fddca407
|
Display if an item is reshared
|
2019-04-02 05:38:42 +00:00 |
|
Michael
|
cbe574f6f6
|
Preparation to be able to store "announce" activities
|
2019-03-28 05:45:50 +00:00 |
|
Michael
|
1f0c662854
|
The contact menu now displays the contact and posts link as well
|
2019-03-11 20:42:32 +00:00 |
|
Tobias Diekershoff
|
bd7aaacfb0
|
fixing links in photoMenu
|
2019-02-26 10:19:08 +01:00 |
|
Hypolite Petovan
|
34bc0b0c97
|
Add potential debug display of implicit mentions in frio
- Refactored conversation() by removing extraneous intermediary variables
|
2019-02-23 17:32:11 -05:00 |
|
Hypolite Petovan
|
7320c5e8e8
|
Normalize Contact::magicLinkByContact method name
|
2019-02-23 17:32:10 -05:00 |
|
Hypolite Petovan
|
642f9409a7
|
Switch tag of expanded like list to paragraph
|
2019-02-14 22:17:08 -05:00 |
|
Hypolite Petovan
|
9b27d049dc
|
Add missing break statements in include/conversation
- Remove bad variable initialization in format_like()
|
2019-01-21 11:38:54 -05:00 |
|