aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* Ãfix wrong variable name and streamline icon with unseen notifications iconMario2021-09-231-1/+1
|
* make sure entries is initializedMario2021-09-231-0/+2
|
* add notices tab to HQ widgetMario2021-09-233-5/+55
|
* mod manage: do not query info which we do not use in the UI and probably ↵Mario2021-09-211-2/+4
| | | | should not due to performance considerations
* perform profile sync after all the fields are updated otherwise we will sync ↵Mario2021-09-211-11/+12
| | | | outdated data
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-183-9/+30
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* typoMario2021-09-151-1/+1
|
* provide a get_cached_actor_provider hook and improve the author/owner ↵Mario2021-09-152-14/+38
| | | | handling in Libzot::import()
* fix $desturl set to wrong value (null)Mario2021-09-131-2/+2
|
* when updating the channel name from profiles make sure to lookup the xchan ↵Mario2021-09-102-3/+2
| | | | entry by xchan_hash since xchan_url is set to the primary location but we might be updating from a clone
* fix mod display regressionsMario2021-09-071-7/+10
|
* resolve some vsprintf issuesMario2021-09-074-20/+17
|
* if posting from hq return to the message we just postedMario2021-09-061-0/+4
|
* fix post mail check in Activity::create_note()Mario2021-09-061-9/+9
|
* update stringsMario2021-09-061-2/+2
|
* check the post_mail permission for direct messagesMario2021-09-062-1/+19
|
* fix anon comments for cards and articlesMario2021-09-051-1/+1
|
* do not save collections in a separate xconfig anymoreMario2021-09-051-18/+0
|
* omit deleted hublocs in get_actor_hublocs() and use ↵Mario2021-09-052-5/+9
| | | | Activity::get_actor_collections() to get collections. Fallback to xconfig->collections if Activity::get_actor_collections() does not return anything yet.
* fix regressions in mod hqMario2021-09-041-3/+4
|
* more gen_link_id()Mario2021-09-046-103/+105
|
* more unpack_link_id()Mario2021-09-046-88/+75
|
* refactor actor_store and actor cache part 1Mario2021-09-043-11/+105
|
* implement unpack_link_id() in mod channelMario2021-09-041-16/+17
|
* add an optional force flag to actor_store()Mario2021-08-301-2/+2
|
* improve icon lookupMario2021-08-301-4/+12
|
* Merge branch 'owafix' into 'dev'Mario2021-08-301-2/+2
|\ | | | | | | | | OWA: very difficult to trace failures due to empty public key record. The... See merge request hubzilla/core!1986
| * OWA: very difficult to trace failures due to empty public key record. The ↵nobody2021-08-291-2/+2
| | | | | | | | signature might succeed because an empty key triggers an external key fetch. But the empty key cannot encrypt the token. This has been observed in the wild on a number of sites/projects.
* | do not define colors in manifest (system colors are mostly the better fit) ↵Mario2021-08-291-2/+0
| | | | | | | | and use profile fullname instead of channel_name in nav
* | more app descriptions and remove some unused imagesMario2021-08-283-12/+6
|/
* adjust background colorMario2021-08-261-1/+1
|
* port latest pwa work from zapMario2021-08-262-0/+119
|
* whitespaceMario2021-08-261-4/+4
|
* more app descriptionsMario2021-08-264-92/+87
|
* issue 1599Zot2021-08-261-4/+10
|
* db update 1248 to clean up possible bogus entries in xconfig and remove ↵Mario2021-08-251-0/+27
| | | | gnusoc from app
* add appstore widget to appmanMario2021-08-253-12/+11
|
* more app descriptionsMario2021-08-255-118/+108
|
* more app descriptions and change the image counter to display % of images ↵Mario2021-08-246-127/+116
| | | | loaded instead of loaded images count
* channel manager -> channelsMario2021-08-241-1/+1
|
* channel_menu is not used anymoreMario2021-08-241-3/+0
|
* nav cleanupMario2021-08-241-1/+1
|
* untangle the app template into separate templates and fix bbcode viewMario2021-08-231-2/+26
|
* more app descriptions and return to the app if installed from the module itselfMario2021-08-235-105/+99
|
* more app descriptionsMario2021-08-223-15/+8
|
* rename variableMario2021-08-221-2/+2
|
* use the slightly altered app_render() function instead of a separate functionMario2021-08-222-24/+9
|
* improve documentationMario2021-08-221-1/+1
|
* infrastructure to provide an app install widget for modules and make the ↵Mario2021-08-222-5/+39
| | | | bookmark app use it
* fix typoMario2021-08-211-1/+1
|