aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
* more api work for item/store and docozotlabs2016-12-021-1/+1
|
* upgraded zotlabs.com to httpszotlabs2016-12-011-1/+1
|
* trim iv in STD_encapsulatezotlabs2016-12-011-0/+1
|
* versioning for permission additions to ensure we're using the same set of fileszotlabs2016-12-012-0/+9
|
* extensible perms: the really, really hard part - figuring out what to do ↵zotlabs2016-12-012-0/+51
| | | | about people with custom permissions so as to set sane defaults.
* compatible_project: we are only concerned with the default realmzotlabs2016-12-011-0/+4
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-12-011-13/+16
|\
| * more wiki cleanupMario Vavti2016-12-011-3/+1
| |
| * wiki cleanup - wip. please watch out for eventual regressionsMario Vavti2016-12-011-10/+15
| |
* | issue #607 parens not recognised inside urlszotlabs2016-12-012-3/+3
|/
* zot 1.2zotlabs2016-11-303-6/+10
|
* do not call purify_html() at this placeMario Vavti2016-11-301-2/+4
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-301-2/+2
|\
| * pubsites: don't list dead siteszotlabs2016-11-301-2/+2
| |
* | go live with wiki mimetypes - you can now choose if a wiki will contain ↵Mario Vavti2016-11-301-17/+34
|/ | | | markdown or bb-code markup
* This isn't the most elegant solution as it requires a bit of arcane ↵zotlabs2016-11-292-1/+3
| | | | knowledge, but provide a way to step through connections with a specific tab/panel open in the connection editor. It does not close the default panel, but merely opens the one specified by a &section= URL parameter (closing the default panel would require a major refactoring of the default panel logic). Valid choices for section currently are affinity, filter, and perms. This tab/panel selection should persist across form posting and 'prev/next'.
* wrong linkzotlabs2016-11-291-1/+1
|
* provide a fresh new look and cleaner layout and more relevant information to ↵zotlabs2016-11-293-55/+42
| | | | siteinfo
* more work on wiki mimetypesMario Vavti2016-11-291-4/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-11-291-6/+2
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-282-2/+44
| |\
| * | connedit prev/next: sort in the db.zotlabs2016-11-261-6/+2
| | |
* | | some basic work for implementing mimetypes for wikisMario Vavti2016-11-281-4/+3
| |/ |/|
* | Merge pull request #602 from anaqreon/docogit-marijus2016-11-281-1/+32
|\ \ | | | | | | Update context help content and context page element focus feature.
| * | Add ability to include page assets in documentation pages such as images. ↵Andrew Manning2016-11-271-1/+32
| | | | | | | | | | | | Updated Personal Channel tutorial to use local images using this new capability.
* | | minor cleanup and remove more double encodingMario Vavti2016-11-281-1/+1
|/ /
* | Merge pull request #601 from anaqreon/wikigit-marijus2016-11-251-1/+12
|\ \ | |/ |/| Wiki: Make a git commit when a new page is created
| * Make a git commit when a new page is created, recording who created the page.Andrew Manning2016-11-241-1/+12
| |
* | prev-next navigation for mod_conneditzotlabs2016-11-241-3/+36
|/
* whitespace and minor fixesMario Vavti2016-11-231-1/+1
|
* silence headers already sent warning. issue #596Mario Vavti2016-11-231-6/+9
|
* whitespace and coding styleMario Vavti2016-11-231-8/+17
|
* whitespace cleanupMario Vavti2016-11-231-25/+25
|
* notification issuezotlabs2016-11-221-1/+1
|
* display wiki list on wiki landing page.Mario Vavti2016-11-221-18/+31
|
* redmatrix is no longer considered a supported platform and will not be ↵zotlabs2016-11-193-5/+11
| | | | listed in pubsites as of 2.x
* Hide all content if no wiki is selected except for a message saying to ↵Andrew Manning2016-11-181-2/+3
| | | | choose one.
* Move page list back out to the side menu, but with the new page form below ↵Andrew Manning2016-11-181-0/+1
| | | | the new page button like the new wiki form. Disable text editing if viewer lacks edit permission, and change the tab label to Source instead of Edit in that case.
* issue #588, change 'Bug Report' app to 'Report Bug'zotlabs2016-11-172-3/+3
|
* wiki: simplify permission model, reduce duplicate calls to get the same ↵zotlabs2016-11-151-115/+102
| | | | channel info and permissions, return the owner permissions with the normal permission check (keeping all permission fetching in one place), rename the 'channel' variable to 'owner' in several places to identify this channel role more clearly as to the way it is being used in this module, update the deprecated call to proc_run (include/notifier) and make several notice messages translatable.
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-11-141-0/+4
|\
| * SECURITY: public calendar leaks connection information (birthdays) when ↵zotlabs2016-11-141-0/+4
| | | | | | | | view_contacts is not allowed
* | Moved delete wiki button into new edit wiki form, opened by edit wiki icon ↵Andrew Manning2016-11-141-1/+0
|/ | | | in wiki list
* zidify wiki contentzotlabs2016-11-131-2/+2
|
* don't send notification for posts/comments on old conversations that were ↵zotlabs2016-11-121-0/+4
| | | | refetched after having expired. We'll accomplish this by limiting notifications to items posted within the last month.
* Moved save to bottom. Created Wiki Tools dropdown to be consistent, moved ↵Andrew Manning2016-11-121-0/+2
| | | | page tools in there as well as new page and new wiki
* deprecate/remove get_channel_by_nick() which is just a less generalised ↵zotlabs2016-11-084-19/+24
| | | | variant of channelx_by_nick()
* more api workzotlabs2016-11-081-5/+3
|
* more api re-orgzotlabs2016-11-081-2/+4
|
* a bit more background work to support private mail previewzotlabs2016-11-081-3/+17
|