aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
* move admin permission decision out of the router - it is already provided in ↵zotlabs2017-02-251-6/+0
| | | | the module and the higher level check is causing some oembed redirect issues.
* send sync packet on profile photo permissions changezotlabs2017-02-251-0/+9
|
* escape tags on viewsrc output in case it is not text/bbcode.zotlabs2017-02-251-1/+3
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-241-1/+1
|\
| * use chanlink_url() in directory since the xchan might not yet be available ↵Mario Vavti2017-02-241-1/+1
| | | | | | | | on our server
* | We've passed the deadline for allowing unsigned zot finger tokens. It is now ↵zotlabs2017-02-241-3/+1
|/ | | | a protocol requirement.
* deleting profile vcard entries was pretty well borkedzotlabs2017-02-231-2/+4
|
* more work on profile vcards - still a lot of work to gozotlabs2017-02-231-9/+27
|
* 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
|
* more places to use chanlink_hash() instead of chanlink_url() for profile_linkMario Vavti2017-02-233-3/+3
|
* use chanlink_hash() instead of chanlink_url() for $profile_linkMario Vavti2017-02-231-1/+1
|
* apps improvementsMario Vavti2017-02-223-4/+10
|
* use head_add_link() for feed discoveryzotlabs2017-02-216-30/+44
|
* display page not updating after commentzotlabs2017-02-211-23/+22
|
* do not lock out channels with only read perms from all post actions. we ↵Mario Vavti2017-02-211-5/+0
| | | | check read/write permissions for each command later in the process
* fix find_folder_hash_by_path() which was not safe against multiple attach ↵zotlabs2017-02-201-1/+7
| | | | structures with the same filename but in different directories
* update fr translationzotlabs2017-02-201-2/+0
|
* wiki page permissions issuezotlabs2017-02-201-3/+11
|
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-192-3/+3
| | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library.
* typozotlabs2017-02-151-1/+1
|
* provide HTTP header parser which honours continuation lines and despite the ↵zotlabs2017-02-141-0/+46
| | | | fact that continuation lines have been deprecated - as they still exist in the wild.
* util/pconfig - don't enumerate empty arrays, mod_acl - add more commentszotlabs2017-02-131-8/+22
|
* add default permcat to channel settings formzotlabs2017-02-121-1/+18
|
* 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-094-34/+61
|
* use profile_store_lowlevel() when creating additional profileszotlabs2017-02-091-9/+10
|
* more work on permcats and consolidating calls that try to discover connect ↵zotlabs2017-02-091-2/+73
| | | | permissions, also create lowlevel store functions for abook and profile - since these currently may have issues with sql strict mode.
* minor theming and whitespacezotlabs2017-02-083-1/+4
|
* bringer - all basic functionality is implementedzotlabs2017-02-083-24/+42
|
* 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 ↵Mario Vavti2017-02-081-1/+4
| | | | | | | | for app_render()
| * 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 ↵zotlabs2017-02-081-7/+1
|/ | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked.
* initial permcat creation ability, in /settings/permcats; functional permcat ↵zotlabs2017-02-072-1/+113
| | | | creation for testing but still needs a lot of UX work before promoting the ability
* atokens - we only need one permission columnzotlabs2017-02-072-5/+9
|
* move permcat initialisation to zlibzotlabs2017-02-072-45/+48
|
* 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-072-44/+71
|
* more background work for permcat supportzotlabs2017-02-073-5/+78
|
* 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
|\
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2017-02-061-281/+231
| |\
| * | 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 ↵zotlabs2017-02-061-4/+10
| |/ |/| | | | | already. This messes up the null arg detection in mod_network.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergezotlabs2017-02-062-6/+11
|\|
| * move icon stuff back to app_render() and send navapps through app_render()Mario Vavti2017-02-062-6/+5
| |
| * 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
| |