aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Expand)AuthorAgeFilesLines
* one role.zotlabs2017-03-091-8/+3
* add public_policy to the nwiki container also. This should not affect the rec...zotlabs2017-03-061-0/+2
* correct fix for wiki anonymous read issue (items_permissions_sql checks item....zotlabs2017-03-061-8/+4
* allow unauthenticated access to public wiki pagesMario Vavti2017-03-061-2/+10
* we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
* make system.expire_delivery_reports default setting consistent (10 days)zotlabs2017-03-011-1/+1
* nativewiki: only apply markdown filter to markdown inputzotlabs2017-02-231-4/+12
* one more place to use chanlink_hash() instead of chanlink_url()Mario Vavti2017-02-231-1/+1
* use chanlink_hash() instead of chanlink_url() for $profile_linkMario Vavti2017-02-231-1/+1
* apps improvementsMario Vavti2017-02-221-1/+3
* wiki page permissions issuezotlabs2017-02-201-3/+11
* more permissions optimisationszotlabs2017-02-091-12/+40
* bringer - all basic functionality is implementedzotlabs2017-02-081-6/+16
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-081-0/+4
|\
| * better detection of when to show the feature button and document nav mode for...Mario Vavti2017-02-081-1/+4
| * do not show feature button if the app is shared. css fixesMario Vavti2017-02-081-0/+1
* | fix immediate issue with multiple login forms until I can figure out an elega...zotlabs2017-02-081-7/+1
|/
* initial permcat creation ability, in /settings/permcats; functional permcat c...zotlabs2017-02-071-1/+2
* atokens - we only need one permission columnzotlabs2017-02-071-4/+7
* move permcat initialisation to zlibzotlabs2017-02-071-1/+48
* move permcat library functions to Zlibzotlabs2017-02-071-0/+63
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-061-1/+1
|\
| * only check for modeMario Vavti2017-02-061-1/+1
* | don't add zid to app links if they're on this system and we're logged in alre...zotlabs2017-02-061-4/+10
|/
* move icon stuff back to app_render() and send navapps through app_render()Mario Vavti2017-02-061-5/+4
* make sure we do not remove other categories on app un-featureMario Vavti2017-02-061-2/+2
* parse icons in get_system_apps()Mario Vavti2017-02-061-0/+3
* check for app-icons in app_list() instead of app_render()Mario Vavti2017-02-031-3/+6
* move opensearch to pluginszotlabs2017-02-021-0/+2
* tested extensible permissions by adding wiki permissions. Discovered a couple...zotlabs2017-02-011-1/+1
* hide featured app category in the app category widgetMario Vavti2017-01-311-2/+2
* provide a feature/unfeature app buttonMario Vavti2017-01-301-2/+21
* better handling of html special chars in wiki and wikipage nameszotlabs2017-01-262-22/+18
* missing single quote in queryMario Vavti2017-01-261-1/+1
* query for item_hidden is not needed anymoreMario Vavti2017-01-261-1/+1
* fix renaming of wiki pagesMario Vavti2017-01-261-6/+10
* resolve the linked item delete issue by declaring what types of linked items ...zotlabs2017-01-251-2/+2
* fixes for wiki create/delete pageMario Vavti2017-01-251-9/+7
* typozotlabs2017-01-241-1/+1
* always sync parent wiki when syncing pages, just in case the original wiki cr...zotlabs2017-01-241-3/+7
* remnant code that checked for version to see if an app was installed. We do t...zotlabs2017-01-231-2/+1
* basic support for clone syncing of wikis and wiki pagesHubzilla2017-01-222-13/+28
* use icons for app photos.Hubzilla2017-01-221-2/+5
* remove the channel introduction on the system notifications page. "Hubzilla, ...Hubzilla2017-01-211-2/+0
* add bbcode language conditionals to wikiHubzilla2017-01-201-22/+28
* js errors with raw message-id, string updateHubzilla2017-01-201-1/+1
* 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 compon...Hubzilla2017-01-191-1/+1
|/
* more urlencoding of message-ids which are used in linksHubzilla2017-01-182-2/+2