Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix new connection nav URL | Thomas Willingham | 2014-01-08 | 1 | -1/+1 |
| | | |||||
* | | qr enhancements | friendica | 2014-01-08 | 1 | -0/+3 |
|/ | |||||
* | keep the to-do list somewhat current. | friendica | 2014-01-08 | 1 | -1/+8 |
| | |||||
* | qr code support | friendica | 2014-01-07 | 1 | -0/+8 |
| | |||||
* | make storage limit service classes apply to accounts, not channels. Also ↵ | friendica | 2014-01-07 | 2 | -5/+6 |
| | | | | include a css file that was missing from work yesterday. | ||||
* | filestorage re-org and cleanup | friendica | 2014-01-06 | 1 | -2/+4 |
| | |||||
* | special handling for directories | friendica | 2014-01-06 | 1 | -2/+2 |
| | |||||
* | prepare for OS file storage, and add bbcode attachment link to ↵ | friendica | 2014-01-06 | 2 | -3/+10 |
| | | | | mod/filestorage. This isn't beautiful, but it's a start. | ||||
* | add "self" to access control lists with special marking to indicate it's ↵ | friendica | 2014-01-06 | 1 | -4/+4 |
| | | | | special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be. | ||||
* | provide ability to change attachment/file permissions | friendica | 2014-01-06 | 1 | -1/+73 |
| | |||||
* | cleanup mod/filestorage before embarking on further changes to it | friendica | 2014-01-06 | 1 | -42/+45 |
| | |||||
* | fix photos/upload album selector | friendica | 2014-01-06 | 1 | -2/+11 |
| | |||||
* | disable web browser post inputs if no storage write permission | friendica | 2014-01-05 | 1 | -78/+6 |
| | |||||
* | reddav - basic mkdir support - needs more work to be robust | friendica | 2014-01-05 | 1 | -0/+2 |
| | |||||
* | the web browser interface for DAV has now got zot | friendica | 2014-01-05 | 1 | -1/+23 |
| | |||||
* | a few fixes to webpage editing | friendica | 2014-01-04 | 4 | -30/+8 |
| | |||||
* | Merge pull request #254 from cvogeley/master | cvogeley | 2014-01-03 | 3 | -3/+6 |
|\ | | | | | Webpage fixes for the moment without the fix for page not found after editing a webpage | ||||
| * | Revert "Fix page not found error after editing a webpage" | Christian Vogeley | 2014-01-03 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 575f2b3280049eba2bbead023d8fe7fc345af0b1. | ||||
| * | Confirm webpage deletion prompt | Christian Vogeley | 2014-01-01 | 2 | -2/+4 |
| | | |||||
| * | Fix page not found error after editing a webpage | Christian Vogeley | 2013-12-31 | 1 | -1/+1 |
| | | |||||
| * | Correct wrong service class check for webpages | Christian Vogeley | 2013-12-31 | 1 | -1/+2 |
| | | |||||
* | | more dav work | friendica | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | basic browsing and file retrieval for webdav working - uploads not yet. A ↵ | friendica | 2014-01-02 | 1 | -1/+1 |
| | | | | | | | | lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled | ||||
* | | some DAV tweaks before the next round of heavy lifting | friendica | 2014-01-02 | 1 | -5/+3 |
| | | |||||
* | | fix attachment rendering for preview | friendica | 2014-01-01 | 1 | -0/+1 |
| | | |||||
* | | return to working on red-dav; This is a bit of a slog at the moment and the ↵ | friendica | 2014-01-01 | 1 | -3/+21 |
| | | | | | | | | basic framework isn't even close to working. This does break the working test we did have (which was never connected to the Red backend). Now we're starting to connect Red and DAV together intimately. There will probably be some twists and turns along the way as we get the information we need into all the class objects that need them. But the important part is that the RedDirectory and RedFile classes are loading without throwing white screens and from here we can use logging to figure out what the DAV front end is trying to do and what it is passing to the backend and hopefully figure out what it expects to do with the results. Unless you're a competent developer with a strong background in OOP and are helping develop this code, you should keep it an arm's length away from any production site and don't even think of enabling it. By default it is turned off. | ||||
* | | expose profile things in the UI | friendica | 2013-12-30 | 2 | -1/+5 |
| | | |||||
* | | basic edit and delete for things | friendica | 2013-12-30 | 1 | -8/+113 |
| | | |||||
* | | group ACL control using tags (group must be "visible") | friendica | 2013-12-29 | 1 | -29/+59 |
| | | |||||
* | | handle exclusive tags and add to ACL | friendica | 2013-12-29 | 1 | -3/+5 |
| | | |||||
* | | basic support for exclusion tags - we just need to use the results to tweak ↵ | friendica | 2013-12-29 | 1 | -89/+66 |
| | | | | | | | | the ACL. | ||||
* | | display_thing: it ain't much, but it's implemented. | friendica | 2013-12-29 | 1 | -3/+13 |
| | | |||||
* | | things can now have (consistent sized) photos - plus I found a couple of ↵ | friendica | 2013-12-28 | 1 | -6/+17 |
| | | | | | | | | issues with duplicate notifications and contact photos not getting an album name (it was crossed with filename). The last one doesn't matter as neither is used, but it was wrong so it has been corrected. Oh and thing photos weren't working at all because the form element name was different than what the module was looking for. But that had never been tested as I was waiting to get the import/resize finished. Next up for that module is display and deletion of things; but the priority is pretty low. | ||||
* | | sslify - remove the redirect fallback - as it gets called occasionally and ↵ | friendica | 2013-12-27 | 1 | -1/+4 |
| | | | | | | | | creates mixed content exceptions. Let's see how we go without it. Also a doc update. | ||||
* | | remove prettyphoto from core - this will affect the enhanced photo albums ↵ | friendica | 2013-12-26 | 1 | -14/+13 |
| | | | | | | | | feature on the short term which has been disabled until we figure out how to make the setting per-theme instead of a core option. The library is still available in core (library/prettyphoto) currently but needs to be moved to theme js and loaded/accessed from there [for themes which use it]. Then the library will be removed. It appears that other lightboxes commonly use rel= to group photo albums. So we may provide a generic rel= tag in photo album templates so that the choice of lightbox or album viewer is not only a theme option but could also be accomplished with plugins. | ||||
* | | don't include deleted folks in acl popup | friendica | 2013-12-25 | 1 | -10/+21 |
| | | |||||
* | | mod_invite - don't generate errors for email addresses consisting of blank lines | friendica | 2013-12-25 | 1 | -0/+2 |
| | | |||||
* | | improve the register text until the new register page is finished | friendica | 2013-12-25 | 1 | -0/+11 |
| | | |||||
* | | try again | friendica | 2013-12-25 | 1 | -0/+15 |
| | | |||||
* | | sslify http links in media elements if you're on an https server | friendica | 2013-12-25 | 1 | -0/+6 |
| | | |||||
* | | cut/paste error | friendica | 2013-12-25 | 1 | -3/+3 |
| | | |||||
* | | extend the directory profiles a bit more | friendica | 2013-12-25 | 3 | -3/+13 |
| | | |||||
* | | use case-insensitive array search for matching directory keywords with your own | friendica | 2013-12-23 | 1 | -1/+1 |
| | | |||||
* | | improve the directory popup a bit | friendica | 2013-12-23 | 2 | -11/+36 |
| | | |||||
* | | first cut at a directory popup. It's a bit annoying at the moment, so we'll ↵ | friendica | 2013-12-23 | 3 | -4/+168 |
| | | | | | | | | have to make it less so. Also had second thoughts about the project homepage changes made yesterday. Just because a bunch of Reddit trolls can't get social networking out of their brain long enough to explore other technologies or even read the project page doesn't mean we should pander to them and explain how or why we either are or aren't a social network. | ||||
* | | add account_level, is_foreigner and is_member functions; convert all e2ee ↵ | friendica | 2013-12-23 | 2 | -4/+13 |
| | | | | | | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!! | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-12-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption. | Thomas Willingham | 2013-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Otherwise, we need to annoy everyone with cookie warnings if they access a hub in the EU. | ||||
* | | | oops | friendica | 2013-12-23 | 1 | -0/+349 |
|/ / |