aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | version and strings updateMario Vavti2018-04-132-1380/+1577
* | | | | | | fix illegal string offset warningMario Vavti2018-04-132-2/+2
* | | | | | | fix wrong item keyMario Vavti2018-04-131-1/+1
* | | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-134-50/+65
|\ \ \ \ \ \ \
| * | | | | | | autosave comment enhancementszotlabs2018-04-121-9/+15
| * | | | | | | work on autosavezotlabs2018-04-121-15/+30
| * | | | | | | update the tags and mentions section of the member_guide with recent changeszotlabs2018-04-121-1/+3
| * | | | | | | accept system_language through either get or postzotlabs2018-04-121-3/+3
| * | | | | | | remove recipient name from stored notifications but keep them in emails.zotlabs2018-04-121-31/+23
* | | | | | | | provide visible star status for starred postsMario Vavti2018-04-135-62/+30
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | move the thread author menu to to the wall item photo. the menu list was gett...Mario Vavti2018-04-133-15/+21
|/ / / / / /
* | | | | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-04-129-33/+62
|\ \ \ \ \ \
| * | | | | | util/dcp (server to cloud file copy) better handling when destination directo...zotlabs2018-04-111-26/+38
| * | | | | | poll responses: start treating them as hidden activities now so that when thi...zotlabs2018-04-112-1/+2
| * | | | | | 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 deleg...zotlabs2018-04-116-6/+22
* | | | | | | fix issue #1047Mario Vavti2018-04-121-1/+3
| |/ / / / / |/| | | | |
* | | | | | 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
* | | | | 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 an...zotlabs2018-04-092-8/+11
* | | | | Create catcloud widget and provide a type option which can include 'cards' or...zotlabs2018-04-092-6/+56
* | | | | Replace pushState with replaceState to prevent browser history clutter in Hel...Andrew Manning2018-04-091-2/+2
* | | | | Merge pull request #1053 from jschweinsberg/fix/pubstream-notificationsgit-marijus2018-04-092-3/+4
|\ \ \ \ \
| * | | | | Show "Unseen public activity" channel setting when site only public streams a...Julian Schweinsberg2018-04-091-2/+3
| * | | | | Modified notifications widget to add the public stream when the current user ...Julian Schweinsberg2018-04-091-1/+1
|/ / / / /
* | | | | 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
|\ \ \ \ \
| * | | | | 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 c...zotlabs2018-04-081-3/+3
* | | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | 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