aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* more dav workfriendica2014-01-031-8/+71
|
* basic browsing and file retrieval for webdav working - uploads not yet. A ↵friendica2014-01-021-59/+126
| | | | 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 liftingfriendica2014-01-021-67/+193
|
* return to working on red-dav; This is a bit of a slog at the moment and the ↵friendica2014-01-011-14/+102
| | | | 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.
* auto-crop imported photos for things and xchans. This results in undistorted ↵friendica2013-12-301-1/+21
| | | | images but may result in cropping important parts of the picture. Still this will work well for 95 out of 100 cases. If the width exceeds the height by greater than 1.2 we will remove an equal margin from either side of the photo leaving the center intact. If the height exceeds the width we will chop off the bottom to make it square. This is good for most single person photographs, unless the object of interest is off-center horizontally in a wide photo - or one is trying to emphasize aspects of human anatomy which may be at the bottom of a tall photo.
* basic edit and delete for thingsfriendica2013-12-301-2/+3
|
* modify tag_deliver and tgroup_check to handle exclusion tagsfriendica2013-12-291-2/+2
|
* display_thing: it ain't much, but it's implemented.friendica2013-12-291-1/+0
|
* a bit more backend work on thingsfriendica2013-12-282-32/+71
|
* things can now have (consistent sized) photos - plus I found a couple of ↵friendica2013-12-281-9/+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 ↵friendica2013-12-271-2/+2
| | | | 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 ↵friendica2013-12-261-1/+3
| | | | 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.
* issue #230 - deletion failure in multiple delivery chainsfriendica2013-12-261-1/+4
|
* try againfriendica2013-12-251-1/+1
|
* didn't workfriendica2013-12-251-1/+1
|
* sslify http links in media elements if you're on an https serverfriendica2013-12-251-0/+32
|
* extend the directory profiles a bit morefriendica2013-12-252-1/+18
|
* improve the directory popup a bitfriendica2013-12-231-2/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-231-0/+1
|\
| * Merge pull request #253 from cvogeley/masterfriendica2013-12-231-0/+1
| |\ | | | | | | Show expire date in post tooltip
| | * Show expire date in post tooltipChristian Vogeley2013-12-231-0/+1
| | |
* | | add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-232-4/+39
|/ / | | | | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* | Zidification of author links in webpages.Thomas Willingham2013-12-231-1/+4
| |
* | remove a couple of mysql reserved words from being used as table or row ↵friendica2013-12-228-28/+28
| | | | | | | | names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
* | clean up sys_channel creation so it will workfriendica2013-12-221-12/+24
| |
* | Merge pull request #249 from cvogeley/masterfriendica2013-12-221-0/+2
|\| | | | | New modal dialog for item expiry
| * Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-2234-1331/+2469
| |\ | | | | | | | | | | | | Conflicts: view/php/theme_init.php
| * | New modal dialog for item expiryChristian Vogeley2013-12-221-0/+2
| | |
* | | StyleThomas Willingham2013-12-221-7/+7
| | |
* | | Must have broken that in a merge - put it backThomas Willingham2013-12-221-0/+17
| | |
* | | Some sys chan stuffThomas Willingham2013-12-221-35/+14
| |/ |/|
* | appears that I missed a few files for Comanchification. so here's mitem.friendica2013-12-221-1/+8
| |
* | split private messages into two modules - "message" is just for message ↵friendica2013-12-215-7/+7
| | | | | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* | comanchify mod_directory. Two modules remaining. Actually three because ↵friendica2013-12-202-8/+30
| | | | | | | | message needs to be split.
* | comanchify connedit, groupfriendica2013-12-192-4/+33
| |
* | sourced items which are then edited at the source weren't setting up the ↵friendica2013-12-191-1/+8
| | | | | | | | second delivery chain.
* | default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-191-1/+1
| | | | | | | | show last updated on connedit page
* | comanchificate mod_photosfriendica2013-12-191-14/+19
| |
* | make default profile photo configurable - should be functional but needs ↵friendica2013-12-193-4/+25
| | | | | | | | admin ui
* | add 'src' parameter to api photo listfriendica2013-12-191-1/+4
| |
* | if somebody tagged you in a private post, the tag email notification ↵friendica2013-12-191-3/+2
| | | | | | | | contained the obscured message. Clear it.
* | more comanchefriendica2013-12-191-1/+5
| |
* | more comanchefriendica2013-12-191-0/+4
| |
* | more comanche migrationfriendica2013-12-192-12/+27
| |
* | split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-183-3/+4
| | | | | | | | links to fix
* | Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ↵friendica2013-12-161-3/+4
| | | | | | | | the fix will have no undesired side effects.
* | bloody hell - it isn't defined either.friendica2013-12-151-2/+2
| |
* | bloody hell... php version incompatibility with openssl - openssl no longer ↵friendica2013-12-151-0/+4
| | | | | | | | accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
* | use sitename for the banner if nothing else has been setfriendica2013-12-141-1/+1
| |
* | make home.html fullpage mode - make directory search work for non-logged in, ↵friendica2013-12-141-1/+2
| | | | | | | | but leave off suggest and invite