Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade incutio xmlrpc library to use hubzilla curl wrapper | zotlabs | 2018-04-13 | 1 | -43/+18 |
| | |||||
* | Create /doc/context/fr/settings/features/help.html | Galette Saucisse | 2018-04-13 | 1 | -0/+12 |
| | | | French translation for context help | ||||
* | Update hstrings.php | Galette Saucisse | 2018-04-13 | 1 | -338/+478 |
| | |||||
* | Update hmessages.po | Galette Saucisse | 2018-04-13 | 1 | -3013/+3790 |
| | |||||
* | Create /doc/context/fr/admin/queue/help.html | Galette Saucisse | 2018-04-13 | 1 | -0/+4 |
| | | | French translation for context help | ||||
* | Update help.html | Galette Saucisse | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | translation correction | Galette Saucisse | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Create /doc/context/fr/admin/logs/help.html | Galette Saucisse | 2018-04-13 | 1 | -0/+8 |
| | | | French translation of context help | ||||
* | Create /doc/context/fr/channel | Galette Saucisse | 2018-04-13 | 1 | -0/+6 |
| | | | French translation for context help | ||||
* | version and strings update | Mario Vavti | 2018-04-13 | 2 | -1380/+1577 |
| | |||||
* | fix illegal string offset warning | Mario Vavti | 2018-04-13 | 2 | -2/+2 |
| | |||||
* | fix wrong item key | Mario Vavti | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-13 | 4 | -50/+65 |
|\ | |||||
| * | autosave comment enhancements | zotlabs | 2018-04-12 | 1 | -9/+15 |
| | | |||||
| * | work on autosave | zotlabs | 2018-04-12 | 1 | -15/+30 |
| | | |||||
| * | update the tags and mentions section of the member_guide with recent changes | zotlabs | 2018-04-12 | 1 | -1/+3 |
| | | |||||
| * | accept system_language through either get or post | zotlabs | 2018-04-12 | 1 | -3/+3 |
| | | |||||
| * | remove recipient name from stored notifications but keep them in emails. | zotlabs | 2018-04-12 | 1 | -31/+23 |
| | | |||||
* | | provide visible star status for starred posts | Mario Vavti | 2018-04-13 | 5 | -62/+30 |
| | | |||||
* | | move the thread author menu to to the wall item photo. the menu list was ↵ | Mario Vavti | 2018-04-13 | 3 | -15/+21 |
|/ | | | | getting too long. | ||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-12 | 9 | -33/+62 |
|\ | |||||
| * | util/dcp (server to cloud file copy) better handling when destination ↵ | zotlabs | 2018-04-11 | 1 | -26/+38 |
| | | | | | | | | directory is the channel root | ||||
| * | poll responses: start treating them as hidden activities now so that when ↵ | zotlabs | 2018-04-11 | 2 | -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_merge | zotlabs | 2018-04-11 | 7 | -6/+24 |
| |\ | |||||
| * | | channel delegation: push current identity and pop it on logout from the ↵ | zotlabs | 2018-04-11 | 6 | -6/+22 |
| | | | | | | | | | | | | delegated channel. This fixes the known issue of being forced to log back in after leaving the delegated channel. | ||||
* | | | fix issue #1047 | Mario Vavti | 2018-04-12 | 1 | -1/+3 |
| |/ |/| | |||||
* | | also clean localStorage upon logout or channel switch | Mario Vavti | 2018-04-11 | 1 | -1/+2 |
| | | |||||
* | | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 5 | -4/+21 |
| | | |||||
* | | wrong function | Mario Vavti | 2018-04-11 | 1 | -1/+1 |
|/ | |||||
* | Update French hstrings.php | Galette Saucisse | 2018-04-10 | 1 | -0/+19 |
| | | | added some missing strings | ||||
* | do not get or set post category if the field is not available. remove logging. | Mario Vavti | 2018-04-10 | 1 | -3/+5 |
| | |||||
* | fix autosave content not cleaned after post submission | Mario Vavti | 2018-04-10 | 1 | -24/+47 |
| | |||||
* | last commented expiration setting in admin | zotlabs | 2018-04-10 | 3 | -3/+8 |
| | |||||
* | add commented_days parameter to item_expire(), default 7. Both expire_days ↵ | zotlabs | 2018-04-09 | 2 | -8/+11 |
| | | | | and commented_days have to be exceeded to expire. | ||||
* | Create catcloud widget and provide a type option which can include 'cards' ↵ | zotlabs | 2018-04-09 | 2 | -6/+56 |
| | | | | or 'articles' | ||||
* | Replace pushState with replaceState to prevent browser history clutter in ↵ | Andrew Manning | 2018-04-09 | 1 | -2/+2 |
| | | | | Help pages. | ||||
* | Merge pull request #1053 from jschweinsberg/fix/pubstream-notifications | git-marijus | 2018-04-09 | 2 | -3/+4 |
|\ | | | | | Public stream notifications | ||||
| * | Show "Unseen public activity" channel setting when site only public streams ↵ | Julian Schweinsberg | 2018-04-09 | 1 | -2/+3 |
| | | | | | | | | are activated | ||||
| * | Modified notifications widget to add the public stream when the current user ↵ | Julian Schweinsberg | 2018-04-09 | 1 | -1/+1 |
|/ | | | | is allowed to see it only | ||||
* | fix xchan_query() for anon comments | Mario Vavti | 2018-04-09 | 2 | -2/+2 |
| | |||||
* | bump version | Mario Vavti | 2018-04-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1051 from anaqreon/auto-save | git-marijus | 2018-04-09 | 6 | -2/+118 |
|\ | | | | | Auto-save comment and post text | ||||
| * | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 6 | -36/+68 |
| | | |||||
| * | removed Autosavetext.php file since it is not used with localStorage | Andrew Manning | 2018-04-08 | 1 | -37/+0 |
| | | |||||
| * | Merge branch 'dev' into auto-save | Andrew Manning | 2018-04-08 | 2 | -8/+57 |
| |\ | |||||
| * | | Auto-save post and comment entry using localStorage in browser. | Andrew Manning | 2018-04-08 | 5 | -48/+88 |
| | | | |||||
| * | | Merge branch 'dev' into auto-save | Andrew Manning | 2018-04-07 | 37 | -88/+929 |
| |\ \ | |||||
| * | | | Post body and title are auto-saved | Andrew Manning | 2018-04-04 | 4 | -4/+85 |
| | | | | |||||
* | | | | don't provide a connect button for transient identities | zotlabs | 2018-04-08 | 1 | -0/+6 |
| | | | | |||||
* | | | | more intelligent handling of level 0 - and remove an extraneous logging function | zotlabs | 2018-04-08 | 1 | -2/+7 |
| | | | |