aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
...
* testing and bug fixes virtual profile groupszotlabs2017-02-121-2/+37
|
* Create virtual privacy groups for private profile member listszotlabs2017-02-124-20/+27
|
* more permissions optimisationszotlabs2017-02-092-22/+17
|
* use profile_store_lowlevel() when creating additional profileszotlabs2017-02-091-9/+10
|
* minor theming and whitespacezotlabs2017-02-083-1/+4
|
* bringer - all basic functionality is implementedzotlabs2017-02-082-18/+26
|
* initial permcat creation ability, in /settings/permcats; functional permcat ↵zotlabs2017-02-071-0/+111
| | | | creation for testing but still needs a lot of UX work before promoting the ability
* atokens - we only need one permission columnzotlabs2017-02-071-1/+2
|
* provide a few system defined permcats; will require a permission editor page ↵zotlabs2017-02-071-0/+10
| | | | to define new (personal) ones.
* move permcat library functions to Zlibzotlabs2017-02-071-44/+8
|
* more background work for permcat supportzotlabs2017-02-071-0/+61
|
* default to manual conversation updatesMario Vavti2017-02-071-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-061-1/+1
|\
| * move icon stuff back to app_render() and send navapps through app_render()Mario Vavti2017-02-061-1/+1
| |
* | import - get rid of 'step system', we should be able to process any import ↵zotlabs2017-02-051-258/+210
| | | | | | | | file at any time.
* | make channel move an option (in addition to cloning)zotlabs2017-02-051-27/+25
|/
* better theming of rmagic pagezotlabs2017-02-051-8/+7
|
* rename bb2diaspora.php to markdown.phpzotlabs2017-02-021-1/+1
|
* unused since 2012zotlabs2017-02-021-84/+0
|
* move firefox social api configuration to pluginzotlabs2017-02-022-72/+8
|
* move rsd service to twitter_api pluginzotlabs2017-02-021-17/+0
|
* move opensearch to pluginszotlabs2017-02-021-24/+0
|
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-1/+10
| | | | couple of issues that needed attention in the process.
* superfluous whitespace cleanupzotlabs2017-01-311-1/+1
|
* move diaspora account import to the diaspora pluginzotlabs2017-01-311-38/+40
|
* channel export - use a selected list of functional data categories to ↵zotlabs2017-01-312-7/+13
| | | | export; this allows one to export single data sets instead of always exporting everything we know about
* fix typosMario Vavti2017-01-312-2/+2
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-01-302-0/+33
|\
| * provide a feature/unfeature app buttonMario Vavti2017-01-301-0/+4
| |
| * Merge remote-tracking branch 'upstream/dev' into affinity-settingsAndrew Manning2017-01-291-19/+21
| |\
| * | Add affinity slider tool settings for min and max defaults in settings/featuredAndrew Manning2017-01-291-0/+29
| | |
* | | consolidate hubloc storagezotlabs2017-01-303-30/+32
| |/ |/|
* | finish remaining places where xchan_store_lowlevel needs to be usedzotlabs2017-01-291-19/+21
|/
* more work on app-binMario Vavti2017-01-271-1/+0
|
* Fixed numerous bugs with the addon repo management GUI. Only show Manage ↵Andrew Manning2017-01-261-7/+12
| | | | Repos button if webserver has write permission on extend/addon/.
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-261-9/+10
|
* minor cleanupMario Vavti2017-01-261-4/+1
|
* fix renaming of wiki pagesMario Vavti2017-01-261-6/+6
|
* only allow wiki owner to delete pageszotlabs2017-01-251-0/+6
|
* fixes for wiki create/delete pageMario Vavti2017-01-251-15/+3
|
* always sync parent wiki when syncing pages, just in case the original wiki ↵zotlabs2017-01-241-6/+6
| | | | creation wasn't synced.
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-222-3/+13
|
* remove the channel introduction on the system notifications page. "Hubzilla, ↵Hubzilla2017-01-211-1/+4
| | | | George commented on your status 20 minutes ago". We need the channel introduction (in this case "Hubzilla," in emails for situations where one person controls a lot of channels. We don't need it on the web notification summary; where you're only viewing notifications for a single given channel.
* add bbcode language conditionals to wikiHubzilla2017-01-201-3/+5
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeHubzilla2017-01-191-1/+1
|\
| * we need channel_id here not the whole channelMario Vavti2017-01-191-1/+1
| |
* | add gen_link_id() function to selectively encode/decode the message-id ↵Hubzilla2017-01-195-12/+18
|/ | | | component of /display/ links for message-ids that contain troublesome characters
* more urlencoding of message-ids which are used in linksHubzilla2017-01-181-1/+1
|
* urlencode the message-id component of generated /display/ links; in most ↵Hubzilla2017-01-184-11/+6
| | | | cases this will be a no-op, unless the message-id is a url of some kind from a different provider.
* native wiki updatesHubzilla2017-01-181-4/+3
|