aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵redmatrix2016-08-112-85/+126
| | | | you have to start somewhere.
* forum detection was off for forums with custom permsredmatrix2016-08-101-1/+3
|
* implement acl for folder creationMario Vavti2016-08-101-0/+16
|
* function order reversedredmatrix2016-08-091-2/+2
|
* bad code formatredmatrix2016-08-092-2/+27
|
* updates to hcard parsingredmatrix2016-08-071-4/+9
|
* diaspora vcard updatesredmatrix2016-08-071-0/+1
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-078-28/+24
|
* fix /cloud upload for imagesMario Vavti2016-08-061-1/+1
|
* bring back acl for cloud file uploadsMario Vavti2016-08-061-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-051-0/+39
|\
| * Parse bbcode when page loadsAndrew Manning2016-08-041-0/+6
| |
| * Convert select bbcode tags including [observer], [baseurl], [sitename]Andrew Manning2016-08-031-0/+33
| |
* | multi acl: port eventsMario Vavti2016-08-031-2/+0
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-08-0312-24/+494
|\|
| * comment policy permissions typoredmatrix2016-08-021-1/+1
| |
| * This checkin should make all permission modes work correctly with atokens ↵redmatrix2016-08-014-16/+121
| | | | | | | | (they should be able to post content if allowed to). It also removes the strict linkage between permissions and connections so any individual permission can be set for any xchan; even those for which you have no connections.
| * /storeurl/cloudurl/redmatrix2016-08-012-3/+3
| |
| * add a few more path macros to portable menu elements (channelurl, pageurl, ↵redmatrix2016-07-313-12/+18
| | | | | | | | storeurl and baseurl)
| * make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, ↵redmatrix2016-07-312-0/+37
| | | | | | | | and PERMS_CONTACTS; or everything but PERMS_SPECIFIC. PERMS_SITE could be contentious, but we're currently denying them as they are a guest and don't actually have a channel on this site. We can't easily make PERMS_SPECIFIC work without providing an abook entry for the guest since we would need to set specific permissions for the guest login, but unfortunately this could be the most desirable setting to use in many cases. There is also an update of hmessages.po in this commit.
| * Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-311-1/+1
| |\
| | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-07-302-16/+18
| | |\
| | * | issue #466, sql typoredmatrix2016-07-281-1/+1
| | | |
| * | | Improved UI. Removed logger statements.Andrew Manning2016-07-312-8/+5
| | | |
| * | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-307-77/+91
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-2121-566/+913
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-202-1/+2
| |\ \ \ \
| * | | | | Importing webpage elements from manually entered cloud file path work. All ↵Andrew Manning2016-07-172-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | detected elements are automatically imported.
| * | | | | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-172-5/+85
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/dev' into website-import-remoteAndrew Manning2016-07-165-26/+126
| |\ \ \ \ \
| * | | | | | Stash changes to merge from devAndrew Manning2016-07-161-4/+3
| | | | | | |
| * | | | | | Postpone remote folder import until filesystem mirroring matures.Andrew Manning2016-07-161-1/+5
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-141-2/+2
| |\ \ \ \ \ \
| * | | | | | | Refactored the scan and import functions to reduce redundant code and ↵Andrew Manning2016-07-141-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify logic. Import of pages, layouts, and blocks works.
| * | | | | | | Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-132-19/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-124-175/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Clearer import control interfaceAndrew Manning2016-07-101-2/+6
| | | | | | | | | |
| * | | | | | | | | First draft of website import toolsAndrew Manning2016-07-102-0/+38
| | | | | | | | | |
* | | | | | | | | | multiple acl workMario Vavti2016-08-032-0/+12
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | translate mime types to icons, update some icons, move file preview (upload ↵Mario Vavti2016-07-282-16/+18
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | progress) below table header
* | | | | | | | missing sredmatrix2016-07-261-1/+1
| | | | | | | |
* | | | | | | | issue #460 - remove reference to $a which was passed by value since it ↵redmatrix2016-07-261-53/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doesn't exist. Ultimately $a needs to be removed completely but that's a bit messier.
* | | | | | | | issue #460redmatrix2016-07-251-1/+3
| | | | | | | |
* | | | | | | | string update and some minor comment editsredmatrix2016-07-241-0/+1
| | | | | | | |
* | | | | | | | fix birthday addtocalredmatrix2016-07-211-3/+3
| | | | | | | |
* | | | | | | | zat URL auth updated to match changes to the atoken_login interfaceredmatrix2016-07-212-3/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | fail oembed if it is attempted and less than 80% of the original content is ↵redmatrix2016-07-211-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | left after html filtering. For the original poster, this will fall back to linkinfo results. If the embed gets through their site but is filtered downstream (with more than 20% of the content removed), it will result in just a link.
* | | | | | | typoredmatrix2016-07-211-1/+1
| | | | | | |
* | | | | | | issue #453 and a bug noted from the logfiles related to the schema change ↵redmatrix2016-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | last month
* | | | | | | Merge branch 'dev' into permsredmatrix2016-07-206-85/+105
|\ \ \ \ \ \ \