Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
* | | | | more work merging techlevels and features | zotlabs | 2018-04-08 | 2 | -25/+47 |
| | | | | |||||
* | | | | first cut of feature/techlevel merge | zotlabs | 2018-04-08 | 3 | -6/+33 |
| | | | | |||||
* | | | | anon_identity_init: put anonymous commenters in network 'anon' so that they ↵ | zotlabs | 2018-04-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | can be easily distinguished from federated network members and handled appropriately. | ||||
* | | | | extend AC | zotlabs | 2018-04-08 | 3 | -2/+17 |
| | | | | |||||
* | | | | hubzilla issue #1050 pubstream notifications visible when pubstream is not | zotlabs | 2018-04-08 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1048 from dentm42/plugin-error-trap | git-marijus | 2018-04-08 | 1 | -7/+56 |
|\ \ \ | | | | | | | | | Trap plugin install/uninstall load/unload errors to avoid whitescreen | ||||
| * | | | Remove remove plugin from \App::[] on uninstall | M.Dent | 2018-04-07 | 1 | -1/+4 |
| | | | | |||||
| * | | | Uninstall plugin on Exception on load. | M.Dent | 2018-04-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add class for Exceptions | M.Dent | 2018-04-07 | 1 | -6/+6 |
| | | | | |||||
| * | | | Add error handler and try/catch for all () calls | DM42.Net (Matt Dent) | 2018-04-07 | 1 | -7/+53 |
| | |/ | |/| | |||||
* | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-08 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | we shouldn't need distinct here, since ids_to_querystr() will filter ↵ | zotlabs | 2018-04-07 | 1 | -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 dev | Mario Vavti | 2018-04-07 | 1 | -1/+1 |
|\| | | |||||
| * | | channel import failing to provide channel_password value | zotlabs | 2018-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | rename button label in editpost from edit to submit | Mario Vavti | 2018-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | rename relation to relationship - issue #1044 | Mario Vavti | 2018-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | use Title instead of Caption - issue #1037 | Mario Vavti | 2018-04-07 | 1 | -3/+3 |
| | | | |||||
* | | | Use Add Files/Photos instead of Upload to open the upload dialog | Mario Vavti | 2018-04-07 | 5 | -6/+6 |
|/ / | |||||
* | | put directory server in siteinfo - there are a lot of sites using broken ↵ | zotlabs | 2018-04-06 | 1 | -0/+1 |
| | | | | | | | | directories | ||||
* | | bring back the dnt policy document, not sure when it was lost | zotlabs | 2018-04-05 | 2 | -1/+222 |
| | | |||||
* | | oauth2 client settings page | zotlabs | 2018-04-05 | 7 | -9/+242 |
| | | |||||
* | | use profile_store_lowlevel() when importing profile structures to ensure all ↵ | zotlabs | 2018-04-05 | 2 | -5/+8 |
| | | | | | | | | non-null fields are present | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-04-05 | 7 | -1/+387 |
|\ \ | |||||
| * \ | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-05 | 9 | -57/+51 |
| |\ \ | |||||
| * \ \ | Merge pull request #1039 from phellmes/doco-feat-add | git-marijus | 2018-04-05 | 7 | -1/+387 |
| |\ \ \ | | |_|/ | |/| | | add basic structure for additional features documentation | ||||
| | * | | add basic structure for additional features documentation | phellmes | 2018-04-04 | 7 | -1/+387 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the raw frame with overview, short descriptions like in code and already revealing skill levels. Based on the current (recently modified) structure of the feature settings. Detailed descriptions in work and coming with later commits as well as a dedicated admin section for that topic. Better menu integration may be possible with Andrew's new doco structure work in progress later. | ||||
* | | | | fix permalinks to children of articles and cards | zotlabs | 2018-04-05 | 4 | -3/+6 |
| |_|/ |/| | | |||||
* | | | bbcode() - ensure that $options is always an array, as the interface has ↵ | zotlabs | 2018-04-04 | 1 | -0/+4 |
| | | | | | | | | | | | | changed slightly | ||||
* | | | oauth2 dynamic client registration update | zotlabs | 2018-04-04 | 1 | -19/+11 |
| | | |