aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6 from redmatrix/devmrjive2018-04-1312-49/+86
|\ | | | | Dev
| * move the thread author menu to to the wall item photo. the menu list was ↵Mario Vavti2018-04-133-15/+21
| | | | | | | | getting too long.
| * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-129-33/+62
| |\
| | * util/dcp (server to cloud file copy) better handling when destination ↵zotlabs2018-04-111-26/+38
| | | | | | | | | | | | directory is the channel root
| | * poll responses: start treating them as hidden activities now so that when ↵zotlabs2018-04-112-1/+2
| | | | | | | | | | | | this feature gets finished it will work flawlessly for versions greater than today.
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-04-117-6/+24
| | |\
| | * | channel delegation: push current identity and pop it on logout from the ↵zotlabs2018-04-116-6/+22
| | | | | | | | | | | | | | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel.
| * | | fix issue #1047Mario Vavti2018-04-121-1/+3
| | |/ | |/|
* | | Merge pull request #5 from redmatrix/devmrjive2018-04-1253-99/+922
|\| | | | | | | | Dev
| * | also clean localStorage upon logout or channel switchMario Vavti2018-04-111-1/+2
| | |
| * | allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-115-4/+21
| | |
| * | wrong functionMario Vavti2018-04-111-1/+1
| |/
| * Update French hstrings.phpGalette Saucisse2018-04-101-0/+19
| | | | | | added some missing strings
| * do not get or set post category if the field is not available. remove logging.Mario Vavti2018-04-101-3/+5
| |
| * fix autosave content not cleaned after post submissionMario Vavti2018-04-101-24/+47
| |
| * last commented expiration setting in adminzotlabs2018-04-103-3/+8
| |
| * add commented_days parameter to item_expire(), default 7. Both expire_days ↵zotlabs2018-04-092-8/+11
| | | | | | | | and commented_days have to be exceeded to expire.
| * Create catcloud widget and provide a type option which can include 'cards' ↵zotlabs2018-04-092-6/+56
| | | | | | | | or 'articles'
| * Replace pushState with replaceState to prevent browser history clutter in ↵Andrew Manning2018-04-091-2/+2
| | | | | | | | Help pages.
| * Merge pull request #1053 from jschweinsberg/fix/pubstream-notificationsgit-marijus2018-04-092-3/+4
| |\ | | | | | | Public stream notifications
| | * Show "Unseen public activity" channel setting when site only public streams ↵Julian Schweinsberg2018-04-091-2/+3
| | | | | | | | | | | | are activated
| | * Modified notifications widget to add the public stream when the current user ↵Julian Schweinsberg2018-04-091-1/+1
| |/ | | | | | | is allowed to see it only
| * fix xchan_query() for anon commentsMario Vavti2018-04-092-2/+2
| |
| * bump versionMario Vavti2018-04-091-1/+1
| |
| * Merge pull request #1051 from anaqreon/auto-savegit-marijus2018-04-096-2/+118
| |\ | | | | | | Auto-save comment and post text
| | * Added feature setting for auto-save, defaulting to enabled.Andrew Manning2018-04-086-36/+68
| | |
| | * removed Autosavetext.php file since it is not used with localStorageAndrew Manning2018-04-081-37/+0
| | |
| | * Merge branch 'dev' into auto-saveAndrew Manning2018-04-082-8/+57
| | |\
| | * | Auto-save post and comment entry using localStorage in browser.Andrew Manning2018-04-085-48/+88
| | | |
| | * | Merge branch 'dev' into auto-saveAndrew Manning2018-04-0737-88/+929
| | |\ \
| | * | | Post body and title are auto-savedAndrew Manning2018-04-044-4/+85
| | | | |
| * | | | don't provide a connect button for transient identitieszotlabs2018-04-081-0/+6
| | | | |
| * | | | more intelligent handling of level 0 - and remove an extraneous logging functionzotlabs2018-04-081-2/+7
| | | | |
| * | | | more work merging techlevels and featureszotlabs2018-04-082-25/+47
| | | | |
| * | | | first cut of feature/techlevel mergezotlabs2018-04-083-6/+33
| | | | |
| * | | | anon_identity_init: put anonymous commenters in network 'anon' so that they ↵zotlabs2018-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | can be easily distinguished from federated network members and handled appropriately.
| * | | | extend ACzotlabs2018-04-083-2/+17
| | | | |
| * | | | hubzilla issue #1050 pubstream notifications visible when pubstream is notzotlabs2018-04-081-1/+2
| | |_|/ | |/| |
| * | | Merge pull request #1048 from dentm42/plugin-error-trapgit-marijus2018-04-081-7/+56
| |\ \ \ | | | | | | | | | | Trap plugin install/uninstall load/unload errors to avoid whitescreen
| | * | | Remove remove plugin from \App::[] on uninstallM.Dent2018-04-071-1/+4
| | | | |
| | * | | Uninstall plugin on Exception on load.M.Dent2018-04-071-1/+1
| | | | |
| | * | | Add class for ExceptionsM.Dent2018-04-071-6/+6
| | | | |
| | * | | Add error handler and try/catch for all () callsDM42.Net (Matt Dent)2018-04-071-7/+53
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-081-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | we shouldn't need distinct here, since ids_to_querystr() will filter ↵zotlabs2018-04-071-1/+1
| | | | | | | | | | | | | | | | duplicates. It might have an effect on pager totals. Need to monitor for a few days.
| * | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-071-1/+1
| |\| |
| | * | channel import failing to provide channel_password valuezotlabs2018-04-061-1/+1
| | | |
| * | | rename button label in editpost from edit to submitMario Vavti2018-04-071-1/+1
| | | |
| * | | rename relation to relationship - issue #1044Mario Vavti2018-04-071-1/+1
| | | |
| * | | use Title instead of Caption - issue #1037Mario Vavti2018-04-071-3/+3
| | | |