Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide easy access to the autoperms setting for forum and repository ↵ | zotlabs | 2018-05-02 | 2 | -2/+14 |
| | | | | 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. | ||||
* | make the cloud logging a bit less verbose until we actually need it. | zotlabs | 2018-05-02 | 2 | -2/+2 |
| | |||||
* | admin delete of files | zotlabs | 2018-05-02 | 5 | -12/+39 |
| | |||||
* | backend work to allow admin to delete photos. Still requires frontend work ↵ | zotlabs | 2018-05-02 | 3 | -29/+53 |
| | | | | to give admin access to either the photos and/or the delete link. | ||||
* | Provide admin delete ability if the viewer is admin but has no existing ↵ | zotlabs | 2018-05-02 | 3 | -8/+18 |
| | | | | delete authority. For 3.5+ as a new string is involved. | ||||
* | hubzilla issue #1151 - activitypub mention gets bookmarked | zotlabs | 2018-05-02 | 2 | -4/+4 |
| | |||||
* | new feature (post 3.4): allow a different username to be used when importing. | zotlabs | 2018-05-01 | 3 | -2/+24 |
| | |||||
* | The channel import page seems to have missed the big theme cleanup of the ↵ | zotlabs | 2018-05-01 | 4 | -79/+62 |
| | | | | last couple of years. | ||||
* | provide warnings about profile photo and cover photo permissions | zotlabs | 2018-05-01 | 4 | -1/+8 |
| | |||||
* | hubzilla issue #1149, don't duplicate addressbook entries on repeated ↵ | zotlabs | 2018-05-01 | 1 | -4/+20 |
| | | | | channel imports | ||||
* | parent folder permissions weren't being checked back to the cloud root ↵ | zotlabs | 2018-04-30 | 2 | -62/+47 |
| | | | | directory in all cases | ||||
* | hubzilla issue #1119 - xml2array has issues with some unicode ↵ | zotlabs | 2018-04-29 | 1 | -0/+11 |
| | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array. | ||||
* | Update issues on postgres | zotlabs | 2018-04-29 | 3 | -3/+3 |
| | |||||
* | remove unused function | zotlabs | 2018-04-28 | 1 | -24/+1 |
| | |||||
* | sql error | zotlabs | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-04-26 | 11 | -1514/+2498 |
|\ | |||||
| * | minor fixes for dark schema | Mario Vavti | 2018-04-26 | 1 | -2/+2 |
| | | |||||
| * | if there is more than one textarea we need to work through all of them | Mario Vavti | 2018-04-26 | 1 | -17/+26 |
| | | |||||
| * | version | Mario Vavti | 2018-04-26 | 1 | -1/+1 |
| | | |||||
| * | a better way to deal with js errors in autocomplete plugins if the object is ↵ | Mario Vavti | 2018-04-26 | 2 | -2/+20 |
| | | | | | | | | not available | ||||
| * | omit js error if saved searsches are turned off | Mario Vavti | 2018-04-26 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-26 | 2 | -7/+7 |
| |\ | |||||
| * | | fix the on select handlers | Mario Vavti | 2018-04-26 | 1 | -6/+6 |
| | | | |||||
| * | | upgrade to textcomplete (jquery.textcomplete is discontinued), enable ↵ | Mario Vavti | 2018-04-26 | 9 | -1511/+2467 |
| | | | | | | | | | | | | built-in cache and unify to start lookup after 3 characters | ||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-26 | 8 | -47/+66 |
| |\ \ | |||||
* | | | | where possible strip zid parameter from links that get pasted into posts so ↵ | zotlabs | 2018-04-26 | 3 | -5/+11 |
| | | | | | | | | | | | | | | | | that they will get a correct zid when rendered | ||||
* | | | | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-26 | 1 | -57/+73 |
| | | | | |||||
* | | | | set the 'force' flag on attach_mkdir when initiated from a DAV operation. ↵ | zotlabs | 2018-04-26 | 1 | -1/+5 |
| |_|/ |/| | | | | | | | | This will report success if it already exists rather than throwing an exception. | ||||
* | | | work through a few more autocomplete minor nits | zotlabs | 2018-04-26 | 1 | -7/+6 |
| | | | |||||
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2018-04-25 | 22 | -28/+304 |
|\| | | |||||
| * | | Update CHANGELOG | Mike Macgirvin | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | more than oauth2 | ||||
| * | | bump version | Mario Vavti | 2018-04-25 | 1 | -1/+1 |
| | | | |||||
| * | | drop box-shadow from generic-content-wrapper (it's probably too 90') and use ↵ | Mario Vavti | 2018-04-25 | 3 | -9/+10 |
| | | | | | | | | | | | | transparent colors for borders to work better with alternate background colors | ||||
| * | | changelog | Mario Vavti | 2018-04-25 | 1 | -1/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-25 | 1 | -3/+6 |
| |\ \ | |||||
| * | | | rename boxy schema to focus-boxy and bs-default to focus-light | Mario Vavti | 2018-04-25 | 5 | -7/+15 |
| | | | | |||||
| * | | | mark simple_* schemas unmaintained and deprecated | Mario Vavti | 2018-04-25 | 6 | -0/+0 |
| | | | | |||||
| * | | | more css fixes for bs-default schema | Mario Vavti | 2018-04-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | css fixes for bs-default schema | Mario Vavti | 2018-04-25 | 1 | -6/+3 |
| | | | | |||||
| * | | | Merge pull request #1112 from galettesaucisse/patch-16 | git-marijus | 2018-04-25 | 1 | -0/+179 |
| |\ \ \ | | | | | | | | | | | Create /doc/fr/project.bb | ||||
| | * | | | Create /doc/fr/project.bb | Galette Saucisse | 2018-04-25 | 1 | -0/+179 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-04-25 | 3 | -46/+77 |
| |\ \ \ \ | |||||
| * | | | | | show caret-down on item-photo hover to indicate a dropdown menu | Mario Vavti | 2018-04-25 | 3 | -0/+19 |
| | |/ / / | |/| | | | |||||
| * | | | | changelog | Mario Vavti | 2018-04-24 | 1 | -0/+70 |
| | | | | | |||||
| * | | | | fix regression with forum widget unseen count | Mario Vavti | 2018-04-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fix php warnings | Mario Vavti | 2018-04-24 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | function doc update | zotlabs | 2018-04-25 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | mod_network: privacy group query returning results when group is empty. ↵ | zotlabs | 2018-04-25 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | Notification that the group is empty was also displayed twice. | ||||
* | | | | 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 | ||||
* | | | | malformed embeds from gfycat hubzilla issue #1108 | zotlabs | 2018-04-25 | 1 | -2/+4 |
| | | | |