aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* whitespace and minor fixesMario Vavti2016-11-231-1/+1
|
* missing plugins in zot-infozotlabs2016-11-221-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-224-14/+12
|\
| * use plural since we can have more than one wikiMario Vavti2016-11-222-2/+2
| |
| * display wiki list on wiki landing page.Mario Vavti2016-11-221-1/+1
| |
| * move the remote user homebutton to the user menu. this way everything remote ↵Mario Vavti2016-11-201-10/+8
| | | | | | | | user related is in one place.
| * fix #594Mario Vavti2016-11-201-1/+1
| |
* | db update required for Zot2zotlabs2016-11-223-9/+15
| |
* | wrong functionzotlabs2016-11-211-3/+3
| |
* | zot: specify crypto methodzotlabs2016-11-203-7/+8
|/
* Do not render maps for Diaspora destinations.zotlabs2016-11-191-0/+6
|
* 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.
* Wiki pages display in tab to the left of the edit pane tab. Home is always ↵Andrew Manning2016-11-181-1/+4
| | | | first in the list.
* revert simple checkboxMario Vavti2016-11-181-1/+1
|
* add a simple checkbox template for use in widgetsMario Vavti2016-11-181-2/+2
|
* dba_pdo: return false on q() DB error like the old driver didzotlabs2016-11-171-1/+1
|
* wiki list fixesMario Vavti2016-11-171-2/+4
|
* Highlight active wiki in list in preparation for removing active wiki name ↵Andrew Manning2016-11-171-1/+13
| | | | from content section header to make room for page list viewer
* Move new wiki dialog directly underneath new wiki button in wiki list widgetAndrew Manning2016-11-161-25/+65
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2016-11-161-4/+15
|\
| * only turn [] and [x] into checkboxes if it is found inside a checklistMario Vavti2016-11-161-4/+15
| |
* | use item from DB for return valuezotlabs2016-11-162-2/+1
| |
* | export issuezotlabs2016-11-161-1/+1
|/
* wiki: simplify permission model, reduce duplicate calls to get the same ↵zotlabs2016-11-151-13/+15
| | | | 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.
* still a bit of wiki permission weirdness, this should catch the major oneszotlabs2016-11-151-2/+3
|
* wiki: permissions issues, untranslated strings in templates and some minor ↵zotlabs2016-11-151-2/+10
| | | | changes to provide a consistent UI with the rest of the app.
* xchan_fetch() returns a simplified structurezotlabs2016-11-141-3/+3
|
* update api perm_allowed to return all perms if no perm specifiedzotlabs2016-11-141-5/+16
|
* API: add GET /api/z/1.0/perm_allowedzotlabs2016-11-141-0/+24
|
* API: add GET /api/z/1.0/abconfigzotlabs2016-11-141-0/+17
|
* API: add GET api/z/1.0/abookzotlabs2016-11-141-0/+19
|
* show wiki controls only to owner and whitespace fixesMario Vavti2016-11-141-1/+1
|
* api: allow group member list to use a group name or idzotlabs2016-11-131-14/+16
|
* move all the zid related stuff to one filezotlabs2016-11-135-225/+232
|
* provide 'per-page' caching for is_matrix_url() results to reduce duplicate ↵zotlabs2016-11-131-2/+12
| | | | queries
* zidify wiki contentzotlabs2016-11-131-0/+31
|
* attach_rename: flaw in duplicate filename detection resulted in ↵zotlabs2016-11-101-0/+4
| | | | filename(1)(1)(1).ext
* Some minor tweaks to zotsh.py, document that it needs the twitter_api plugin ↵zotlabs2016-11-101-2/+2
| | | | on the first hop since we no longer provide the twitter api by default
* deprecate/remove get_channel_by_nick() which is just a less generalised ↵zotlabs2016-11-082-9/+2
| | | | variant of channelx_by_nick()
* more api workzotlabs2016-11-081-166/+1
|
* more api re-orgzotlabs2016-11-081-36/+40
|
* move twitter api to addon; there's still a bit of cleanup remaining, mostly ↵zotlabs2016-11-081-1590/+29
| | | | dealing with abstracting the authentication calls and separating out the twitter authentication structure from the zot api.
* fix a fatal error with incorrect DB object accesszottel2016-11-071-2/+2
|
* reorganise emoticonszotlabs2016-11-061-33/+33
|
* provide /locs link on settings page if there is more than one hubloc for ↵zotlabs2016-11-052-3/+3
| | | | this channnel *that isn't deleted*.
* ignore flags to dns_get_record() and look for anythingzotlabs2016-11-021-4/+7
|
* issue #409 - use item_notshown for file activities to prevent display but ↵zotlabs2016-11-021-1/+1
| | | | allow transmitting to other sites. We currently allow file acitivies with item_hidden to be transmitted as a special case but eventually we want to remove the special case and disallow items with item_hidden from being propagated.
* convert manual page updates to a display setting instead of a featurezotlabs2016-11-022-9/+11
|
* if connecting to a channel that is already pending, undo the pending and set ↵zotlabs2016-11-021-2/+23
| | | | connect permissions accordingly. issue #577 - this will mostly affect channels that were connected out of band, but will also auto-friend somebody that has already connected to you, if you reciprocate prior to seeing and/or acting on the pending connection notice.
* feature: static page update as opposed to live update of conversations on ↵zotlabs2016-11-011-0/+9
| | | | the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.