Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multi acl: port /chat | Mario Vavti | 2016-08-04 | 2 | -1/+5 |
| | |||||
* | multi acl: port /cloud and /filestorage | Mario Vavti | 2016-08-04 | 6 | -27/+14 |
| | |||||
* | multi acl: port photos | Mario Vavti | 2016-08-04 | 3 | -8/+13 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-08-04 | 2 | -12/+14 |
|\ | |||||
| * | issue #474 | redmatrix | 2016-08-03 | 1 | -11/+13 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-08-03 | 4 | -4/+142 |
| |\ | |||||
| * | | issue #473 - unable to delete privacy groups | redmatrix | 2016-08-03 | 1 | -1/+1 |
| | | | |||||
* | | | multi acl: port events | Mario Vavti | 2016-08-03 | 5 | -10/+20 |
| | | | |||||
* | | | multiple acl: store new data in update_view() | Mario Vavti | 2016-08-03 | 1 | -19/+23 |
| | | | |||||
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-08-03 | 37 | -3237/+4429 |
|\ \ \ | | |/ | |/| | |||||
| * | | belongs to previous commit | jeroenpraat | 2016-08-03 | 1 | -0/+1 |
| | | | |||||
| * | | Improved a few schemas - context help fix - dark schemas now have dark text ↵ | jeroenpraat | 2016-08-03 | 4 | -4/+141 |
| |/ | | | | | | | areas (et al.) | ||||
| * | missing comma in atoken update sql | redmatrix | 2016-08-02 | 1 | -1/+1 |
| | | |||||
| * | comment policy permissions typo | redmatrix | 2016-08-02 | 1 | -1/+1 |
| | | |||||
| * | this should sort out likes showing up as wall-to-wall posts on diaspora | redmatrix | 2016-08-01 | 1 | -0/+2 |
| | | |||||
| * | This checkin should make all permission modes work correctly with atokens ↵ | redmatrix | 2016-08-01 | 6 | -23/+136 |
| | | | | | | | | (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/ | redmatrix | 2016-08-01 | 3 | -4/+4 |
| | | |||||
| * | allow individual permissions on atokens | redmatrix | 2016-07-31 | 3 | -12/+98 |
| | | |||||
| * | add a few more path macros to portable menu elements (channelurl, pageurl, ↵ | redmatrix | 2016-07-31 | 5 | -15/+25 |
| | | | | | | | | storeurl and baseurl) | ||||
| * | make guest access tokens work with PERMS_NETWORK, PERMS_SITE, PERMS_PENDING, ↵ | redmatrix | 2016-07-31 | 3 | -3184/+3151 |
| | | | | | | | | 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 pull request #469 from anaqreon/website-import | hubzilla | 2016-08-01 | 15 | -1/+877 |
| |\ | | | | | | | Website import tool | ||||
| | * | Added help content for webpages app. Corrected apparent bug with capitalized ↵ | Andrew Manning | 2016-07-31 | 4 | -0/+106 |
| | | | | | | | | | | | | Webpages.md | ||||
| | * | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-31 | 3 | -3/+3 |
| | |\ | | |/ | |/| | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-07-30 | 10 | -5092/+5417 |
| |\ \ | |||||
| * | | | issue #466, sql typo | redmatrix | 2016-07-28 | 3 | -3/+3 |
| | | | | |||||
| | | * | Remove scanned element column for existing element information which we are ↵ | Andrew Manning | 2016-07-31 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | not yet populating. | ||||
| | | * | Improved UI. Removed logger statements. | Andrew Manning | 2016-07-31 | 5 | -45/+58 |
| | | | | |||||
| | | * | Import element selection page added to allow selective importing. | Andrew Manning | 2016-07-30 | 4 | -94/+307 |
| | | | | |||||
| | | * | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-30 | 38 | -12337/+12863 |
| | | |\ | | | |/ | | |/| | |||||
| | | * | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-21 | 52 | -796/+1516 |
| | | |\ | |||||
| | | * \ | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-20 | 2 | -3/+3 |
| | | |\ \ | |||||
| | | * \ \ | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-20 | 9 | -15/+52 |
| | | |\ \ \ | |||||
| | | * | | | | Starting to make the import selection page after element scan. | Andrew Manning | 2016-07-20 | 3 | -80/+176 |
| | | | | | | | |||||
| | | * | | | | Importing webpage elements from manually entered cloud file path work. All ↵ | Andrew Manning | 2016-07-17 | 3 | -7/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | detected elements are automatically imported. | ||||
| | | * | | | | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-17 | 5 | -21/+48 |
| | | |\ \ \ \ | |||||
| | | * | | | | | Added functions to check cloud files path and return path with hashed names | Andrew Manning | 2016-07-17 | 4 | -56/+91 |
| | | | | | | | | |||||
| | | * | | | | | Merge remote-tracking branch 'upstream/dev' into website-import-remote | Andrew Manning | 2016-07-16 | 34 | -2397/+2326 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Stash changes to merge from dev | Andrew Manning | 2016-07-16 | 3 | -30/+52 |
| | | | | | | | | | |||||
| | | * | | | | | | Postpone remote folder import until filesystem mirroring matures. | Andrew Manning | 2016-07-16 | 3 | -6/+55 |
| | | | | | | | | | |||||
| | | * | | | | | | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-14 | 7 | -32/+80 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Refactored the scan and import functions to reduce redundant code and ↵ | Andrew Manning | 2016-07-14 | 2 | -373/+223 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplify logic. Import of pages, layouts, and blocks works. | ||||
| | | * | | | | | | | Blocks, pages, and layouts import from zip file. Layouts are not applied to ↵ | Andrew Manning | 2016-07-13 | 1 | -9/+190 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pages until imported twice though. | ||||
| | | * | | | | | | | Updated import_blocks for database calls | Andrew Manning | 2016-07-13 | 1 | -5/+3 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-13 | 3 | -20/+12 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-12 | 27 | -56/+54 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | Import blocks from zip file, but needs updates as detailed in ↵ | Andrew Manning | 2016-07-12 | 2 | -2/+224 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/zot/hubsites/merge_requests/2 | ||||
| | | * | | | | | | | | | Clearer import control interface | Andrew Manning | 2016-07-10 | 2 | -8/+28 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | First draft of website import tools | Andrew Manning | 2016-07-10 | 4 | -0/+46 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | multiple acl work | Mario Vavti | 2016-08-03 | 11 | -43/+96 |
| |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Updating es-es strings | jeroenpraat | 2016-07-29 | 2 | -5059/+5299 |
| | | | | | | | | | | |