Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-06-06 | 1 | -0/+2 |
|\ | |||||
| * | rely on the pf argument to determine if we deal with a forum or not. ↵ | Mario Vavti | 2018-06-05 | 1 | -0/+2 |
| | | | | | | | | xchan_pubforum is not set for all public forums in the forum filters for some reason. | ||||
* | | some work to make menus editable by visitors with webpage write permissions; ↵ | zotlabs | 2018-06-05 | 5 | -8/+8 |
|/ | | | | this needed to revise the link structure so that the page specified an owner channel in the url. Otherwise we could only operate on menus owned by local_channel(). Have done some basic regression testing but have not yet fully tested guest editing functionality. | ||||
* | finalize filters and forum notifications | Mario Vavti | 2018-06-02 | 3 | -1/+6 |
| | |||||
* | some more work on forum notifications | Mario Vavti | 2018-06-02 | 1 | -1/+12 |
| | |||||
* | add manage privacy groups entry to the panel channel menu dropdown for now | Mario Vavti | 2018-06-01 | 1 | -0/+3 |
| | |||||
* | fixes for css fix | Mario Vavti | 2018-06-01 | 2 | -3/+3 |
| | |||||
* | add hover effect to dropdown caret | Mario Vavti | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | move file and groups filter to submenu | Mario Vavti | 2018-06-01 | 3 | -8/+40 |
| | |||||
* | make navbar search use the module search function in /network and /channel | Mario Vavti | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | add widget files and templates | Mario Vavti | 2018-05-30 | 1 | -0/+8 |
| | |||||
* | fix js error with catalan language (unescaped strings) | Mario Vavti | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | Update remote_friends_common.tpl | antil0pa | 2018-05-24 | 1 | -1/+1 |
| | | | Found an improperly closed <div> tag. It breaks the way widget are displayed on the page. | ||||
* | paint the locks on private activitypub items red. their privacy model is ↵ | Mario Vavti | 2018-05-23 | 1 | -1/+1 |
| | | | | "slightly" different from ours | ||||
* | new_channel - make text strings translatable and use the name as a base for ↵ | zotlabs | 2018-05-21 | 1 | -0/+12 |
| | | | | the nick if you try to create without entering a nick | ||||
* | remove preview on jot reset | Mario Vavti | 2018-05-20 | 1 | -0/+1 |
| | |||||
* | remove some cruft from initEditor(); | Mario Vavti | 2018-05-20 | 1 | -70/+10 |
| | |||||
* | implement jot reset button | Mario Vavti | 2018-05-20 | 2 | -3/+18 |
| | |||||
* | an attempt to fix the new_channel validation situation | Mario Vavti | 2018-05-18 | 1 | -4/+1 |
| | |||||
* | consolidate recent autocomplete changes | Mario Vavti | 2018-05-13 | 1 | -3/+3 |
| | |||||
* | streamline appearence of guest tokens individual perms with those in connedit | Mario Vavti | 2018-05-13 | 1 | -2/+3 |
| | |||||
* | hubzilla issue #1045 - display pubsites link in info area if invite only | zotlabs | 2018-05-12 | 1 | -3/+0 |
| | |||||
* | add cancel button to editor, fix issue with autosave of categories | zotlabs | 2018-05-10 | 2 | -3/+14 |
| | |||||
* | hubzilla issue #1169 | zotlabs | 2018-05-10 | 1 | -0/+2 |
| | |||||
* | Add supported protocols to siteinfo (not siteinfo.json) | zotlabs | 2018-05-07 | 1 | -0/+4 |
| | |||||
* | Simplify first channel creation even further by using a site-configurable ↵ | zotlabs | 2018-05-07 | 2 | -0/+3 |
| | | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings. | ||||
* | use cursor-pointer class instead of fakelink to avoid the link color for the ↵ | Mario Vavti | 2018-05-05 | 2 | -2/+2 |
| | | | | dropdown caret | ||||
* | If somebody precisely clicks the down-arrow on the author photo it should ↵ | zotlabs | 2018-05-04 | 1 | -1/+1 |
| | | | | probably also trigger the dropdown | ||||
* | provide easy access to the autoperms setting for forum and repository ↵ | zotlabs | 2018-05-02 | 1 | -0/+1 |
| | | | | channels. This may be needed in the future to protect an existing forum from assault by spammers with changing identities. The forum can quickly be turned into membership by approval and either left that way permanently or hopefully reversed at a later date. Previously this would require switching to expert mode or setting a pconfig manually. | ||||
* | admin delete of files | zotlabs | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | new feature (post 3.4): allow a different username to be used when importing. | zotlabs | 2018-05-01 | 1 | -0/+1 |
| | |||||
* | The channel import page seems to have missed the big theme cleanup of the ↵ | zotlabs | 2018-05-01 | 1 | -34/+26 |
| | | | | last couple of years. | ||||
* | provide warnings about profile photo and cover photo permissions | zotlabs | 2018-05-01 | 2 | -1/+6 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-04-25 | 2 | -0/+2 |
|\ | |||||
| * | show caret-down on item-photo hover to indicate a dropdown menu | Mario Vavti | 2018-04-25 | 2 | -0/+2 |
| | | |||||
* | | don't load jot autosave content into other document types or edits of other ↵ | zotlabs | 2018-04-25 | 2 | -11/+16 |
|/ | | | | items, but do save these edits in case you need to recover them | ||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-18 | 1 | -2/+3 |
|\ | |||||
| * | when changing cover photo, show existing | zotlabs | 2018-04-17 | 1 | -2/+3 |
| | | |||||
* | | update to bootstrap-4.1 and improve visibility of some text when using ↵ | Mario Vavti | 2018-04-17 | 3 | -5/+6 |
|/ | | | | custom panel colours | ||||
* | fix illegal string offset warning | Mario Vavti | 2018-04-13 | 2 | -2/+2 |
| | |||||
* | provide visible star status for starred posts | Mario Vavti | 2018-04-13 | 2 | -56/+21 |
| | |||||
* | move the thread author menu to to the wall item photo. the menu list was ↵ | Mario Vavti | 2018-04-13 | 2 | -14/+20 |
| | | | | getting too long. | ||||
* | allow to toggle visibility of likes/dislikes in notifications | Mario Vavti | 2018-04-11 | 1 | -0/+1 |
| | |||||
* | wrong function | Mario Vavti | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1051 from anaqreon/auto-save | git-marijus | 2018-04-09 | 2 | -0/+66 |
|\ | | | | | Auto-save comment and post text | ||||
| * | Added feature setting for auto-save, defaulting to enabled. | Andrew Manning | 2018-04-08 | 2 | -27/+38 |
| | | |||||
| * | Auto-save post and comment entry using localStorage in browser. | Andrew Manning | 2018-04-08 | 2 | -32/+55 |
| | |