aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* fix typoMario2021-08-211-1/+1
|
* remove deprecated forum term type and re-introduce bookmark term typeMario2021-08-211-11/+9
|
* restructure apps to make space for app descritionsMario2021-08-211-28/+28
|
* more legacy mail cleanup - issue #1595Mario2021-08-172-31/+0
|
* Apps drag and drop featureMario2021-08-033-31/+35
|
* remove another possible source for hubloc confusionMario2021-07-291-4/+5
|
* check if isset before unsetting to omit php errorsMario2021-07-271-1/+3
|
* fix a regression in regard to unified session page load times intoduced in 6.0Mario Vavti2021-07-163-8/+13
|
* redirect to the local item instead of the item at the primary location if we ↵Mario Vavti2021-07-161-1/+1
| | | | deal with a wall item
* Fix link to source on clonesMax Kostikov2021-07-161-2/+3
|
* chanview: dismiss xchans which are marked deletedMario Vavti2021-07-151-6/+6
|
* revert ebc84eab3fc6b2ee29afd13295f47419f16d2fe1 instead be more picky about ↵Mario2021-07-021-2/+2
| | | | the xchan in handle_tag()
* update by xchan_url to catch all associated entriesMario Vavti2021-07-011-2/+2
|
* port fixes from as_actor_store()Mario2021-06-301-57/+62
|
* fix variable nameMario2021-06-291-1/+1
|
* tools -> featuresMario2021-06-291-1/+1
|
* versionMario2021-06-291-1/+1
|
* an attempt to improve the query for direct messages on some systems with ↵Mario2021-06-291-1/+5
| | | | hopefully no bad side-effect for others
* fix deleting and starring in unthreaded viewMario2021-06-291-1/+1
|
* mod network clean-upXanthor2021-06-291-65/+65
|
* more deprecate legacy zotMario2021-06-285-70/+70
|
* update 1247 to clean up bogus entries in updates. this only affects ↵Mario2021-06-271-0/+23
| | | | directory servers.
* update 1246 to flag legacy zot hublocs and xchans deleted. we will set the ↵Mario2021-06-271-0/+24
| | | | deleted flag to 2 so we can distinguish them from real deletes if necessary
* more work on notificationsMario2021-06-251-108/+109
|
* check if emptyMario Vavti2021-06-251-2/+2
|
* slightly refactor for desktop notifications and fix minor issuesMario2021-06-241-4/+2
|
* if there are no messages display that there are no messagesMario Vavti2021-06-231-6/+3
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devMario Vavti2021-06-238-89/+74
|\
| * some work on streamlining mod photosMario2021-06-233-10/+8
| |
| * streamline jot popup for mod hqMario2021-06-211-5/+1
| |
| * Merge branch 'dev' into 'dev'Mario2021-06-212-74/+62
| |\ | | | | | | | | | | | | Clean up Search.php & Enotify.php code See merge request hubzilla/core!1972
| | * Clean up Search.php & Enotify.php codeXanthor2021-06-212-74/+62
| | |
| * | calendar: emit a warning if the calendar for the created event is disabledMario2021-06-211-0/+1
| |/
| * one more place to drop mediaMario2021-06-181-1/+1
| |
| * bbcode: add option to drop media contentMario2021-06-181-1/+1
| |
| * css fixesMario2021-06-181-3/+4
| |
| * allow to add a wrapper class to the hq_controls widgetMario2021-06-171-2/+3
| |
* | libzotdir: make sure we have the relevant data before string into updatesMario Vavti2021-06-231-6/+11
|/
* fix issues with browser back button and minor cleanupMario2021-06-171-3/+2
|
* just use ... as preview if we could not wind anything usefulMario2021-06-171-1/+1
|
* consolidate notifications stringsMario2021-06-171-18/+18
|
* only show notes if the app is enabledMario2021-06-172-10/+17
|
* New landing page HQ with separate views for direct messages, public/limited ↵Mario2021-06-1714-80/+285
| | | | messages and starred messages if the feature is enabled
* remove redundant argMario Vavti2021-06-091-68/+68
|
* more work on directory syncMario2021-06-053-21/+3
|
* Merge branch 'dev' into sixMario2021-06-051-0/+46
|\
| * Merge branch 'dev' into 'dev'Mario2021-06-051-0/+46
| |\ | | | | | | | | | | | | Changed behavior in the user interaction of the languages selection. Now works... See merge request hubzilla/core!1952
| | * Changed behavior in the user interaction of the languages selection. Now ↵Hilmar Runge2021-06-051-0/+46
| | | | | | | | | | | | works...
* | | Merge branch 'dev' into sixMario2021-06-051-1/+1
|\| |
| * | fix issue where a deleted channel will return 404 before returning zotinfoMario2021-06-023-28/+41
| | | | | | | | | (cherry picked from commit 33463152e844f98b933401c394cc0e111893a077)