friendica
|
475b24ca9e
|
more dav work
|
2014-01-03 01:44:25 -08:00 |
|
friendica
|
a1c198814d
|
basic browsing and file retrieval for webdav working - uploads not yet. A lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
|
2014-01-02 17:49:39 -08:00 |
|
friendica
|
ad08561d84
|
some DAV tweaks before the next round of heavy lifting
|
2014-01-02 01:09:57 -08:00 |
|
friendica
|
057d885baf
|
return to working on red-dav; This is a bit of a slog at the moment and the 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.
|
2014-01-01 16:07:36 -08:00 |
|
friendica
|
c95909921e
|
auto-crop imported photos for things and xchans. This results in undistorted 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.
|
2013-12-30 21:41:13 -08:00 |
|
friendica
|
0dd7d93674
|
basic edit and delete for things
|
2013-12-30 04:25:55 -08:00 |
|
friendica
|
a331e1acde
|
modify tag_deliver and tgroup_check to handle exclusion tags
|
2013-12-29 19:45:54 -08:00 |
|
friendica
|
f36be066af
|
display_thing: it ain't much, but it's implemented.
|
2013-12-29 00:51:27 -08:00 |
|
friendica
|
22f614feba
|
a bit more backend work on things
|
2013-12-28 17:04:23 -08:00 |
|
friendica
|
1d0fddd39c
|
things can now have (consistent sized) photos - plus I found a couple of 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.
|
2013-12-28 13:28:49 -08:00 |
|
friendica
|
121ee48963
|
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
|
2013-12-27 21:19:23 -08:00 |
|
friendica
|
c59688553c
|
remove prettyphoto from core - this will affect the enhanced photo albums 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.
|
2013-12-26 13:08:16 -08:00 |
|
friendica
|
152ed96379
|
issue #230 - deletion failure in multiple delivery chains
|
2013-12-26 00:14:17 -08:00 |
|
friendica
|
66600ed2f8
|
try again
|
2013-12-25 04:06:26 -08:00 |
|
friendica
|
6c0a3f31bb
|
didn't work
|
2013-12-25 02:48:59 -08:00 |
|
friendica
|
4ec569d6e7
|
sslify http links in media elements if you're on an https server
|
2013-12-25 02:45:22 -08:00 |
|
friendica
|
fe00e9b261
|
extend the directory profiles a bit more
|
2013-12-25 01:57:04 -08:00 |
|
friendica
|
8194ade886
|
improve the directory popup a bit
|
2013-12-23 19:44:23 -08:00 |
|
friendica
|
49d2ada4f8
|
Merge https://github.com/friendica/red into zpull
|
2013-12-23 15:15:56 -08:00 |
|
friendica
|
63a42480c7
|
add account_level, is_foreigner and is_member functions; convert all e2ee user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
|
2013-12-23 15:13:09 -08:00 |
|
friendica
|
f3abd76e04
|
Merge pull request #253 from cvogeley/master
Show expire date in post tooltip
|
2013-12-23 14:10:51 -08:00 |
|
Christian Vogeley
|
84d8fab6f1
|
Show expire date in post tooltip
|
2013-12-23 22:29:35 +01:00 |
|
Thomas Willingham
|
50e39c330d
|
Zidification of author links in webpages.
|
2013-12-23 18:41:41 +00:00 |
|
friendica
|
1a42580ad4
|
remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code.
|
2013-12-22 18:37:39 -08:00 |
|
friendica
|
97728543c1
|
clean up sys_channel creation so it will work
|
2013-12-22 14:08:38 -08:00 |
|
friendica
|
30219b5bda
|
Merge pull request #249 from cvogeley/master
New modal dialog for item expiry
|
2013-12-22 13:44:34 -08:00 |
|
Thomas Willingham
|
0d5c5187f9
|
Style
|
2013-12-22 21:15:13 +00:00 |
|
Thomas Willingham
|
2074bd0a3b
|
Must have broken that in a merge - put it back
|
2013-12-22 21:13:24 +00:00 |
|
Thomas Willingham
|
c4b4f27796
|
Some sys chan stuff
|
2013-12-22 20:47:57 +00:00 |
|
Christian Vogeley
|
870df76463
|
Merge remote-tracking branch 'upstream/master' into bootstrap
Conflicts:
view/php/theme_init.php
|
2013-12-22 14:31:27 +01:00 |
|
Christian Vogeley
|
25a533bd72
|
New modal dialog for item expiry
|
2013-12-22 14:21:57 +01:00 |
|
friendica
|
0366991b45
|
appears that I missed a few files for Comanchification. so here's mitem.
|
2013-12-22 02:04:55 -08:00 |
|
friendica
|
d32bbaf599
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
|
friendica
|
aa312f72bf
|
comanchify mod_directory. Two modules remaining. Actually three because message needs to be split.
|
2013-12-20 12:43:04 -08:00 |
|
friendica
|
2c0fbc508e
|
comanchify connedit, group
|
2013-12-19 23:56:37 -08:00 |
|
friendica
|
cd78f9d13d
|
sourced items which are then edited at the source weren't setting up the second delivery chain.
|
2013-12-19 20:23:19 -08:00 |
|
friendica
|
bccc20f38c
|
default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page
|
2013-12-19 19:16:46 -08:00 |
|
friendica
|
564f431551
|
comanchificate mod_photos
|
2013-12-19 17:36:31 -08:00 |
|
friendica
|
7c81889b33
|
make default profile photo configurable - should be functional but needs admin ui
|
2013-12-19 16:33:36 -08:00 |
|
friendica
|
f8042cc467
|
add 'src' parameter to api photo list
|
2013-12-19 15:23:36 -08:00 |
|
friendica
|
e6dc916915
|
if somebody tagged you in a private post, the tag email notification contained the obscured message. Clear it.
|
2013-12-19 13:52:23 -08:00 |
|
friendica
|
825492407e
|
more comanche
|
2013-12-19 02:35:45 -08:00 |
|
friendica
|
b28a37c38e
|
more comanche
|
2013-12-19 02:25:44 -08:00 |
|
friendica
|
125543aded
|
more comanche migration
|
2013-12-19 02:16:14 -08:00 |
|
friendica
|
38fd8410eb
|
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
|
2013-12-18 01:00:08 -08:00 |
|
friendica
|
7b5a42568a
|
Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully the fix will have no undesired side effects.
|
2013-12-16 18:07:41 -08:00 |
|
friendica
|
065300f7c3
|
bloody hell - it isn't defined either.
|
2013-12-15 18:43:54 -08:00 |
|
friendica
|
817d146123
|
bloody hell... php version incompatibility with openssl - openssl no longer 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.
|
2013-12-15 18:30:10 -08:00 |
|
friendica
|
950bd72e02
|
use sitename for the banner if nothing else has been set
|
2013-12-14 21:37:37 -08:00 |
|
friendica
|
d14e2db6b4
|
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
|
2013-12-14 17:03:37 -08:00 |
|
friendica
|
c00f0d4b28
|
a couple more comanche conversions
|
2013-12-14 13:26:40 -08:00 |
|
friendica
|
0215043826
|
prepare for Comanchification of mod_photos
|
2013-12-13 13:30:33 -08:00 |
|
friendica
|
94975f8d30
|
categories should already be html encoded - ensure this is the case but don't double encode
|
2013-12-13 12:30:44 -08:00 |
|
friendica
|
65c0b84313
|
always load css and js sources using the same url as the page that is being visited so there is no http/https mismatch.
|
2013-12-12 18:13:52 -08:00 |
|
zottel
|
3a11980e49
|
htmspecialchars_decode only takes one argument.
|
2013-12-12 13:32:11 +01:00 |
|
friendica
|
303324cdff
|
more htmlspecialchars sanitisation
|
2013-12-12 02:15:02 -08:00 |
|
friendica
|
b3fe221b7f
|
issue #240 - we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
|
2013-12-11 23:13:36 -08:00 |
|
friendica
|
18f0ab2605
|
cmax wasn't defaulting correctly
|
2013-12-11 19:56:57 -08:00 |
|
friendica
|
b4e1e8a4a4
|
The affinity tool is not a "traditional" widget. But it is nevertheless a widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
|
2013-12-11 19:43:41 -08:00 |
|
friendica
|
2f46bacded
|
head_remove_css, head_remove_js
|
2013-12-11 18:29:56 -08:00 |
|
friendica
|
c57b6745e8
|
Merge https://github.com/friendica/red into zpull
Conflicts:
view/theme/redbasic/css/style.css
|
2013-12-11 15:32:25 -08:00 |
|
friendica
|
06c81e189f
|
Merge pull request #239 from git-marijus/master
make empty notes saveable as well
|
2013-12-11 15:35:54 -08:00 |
|
friendica
|
40e2900326
|
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
|
2013-12-11 14:54:36 -08:00 |
|
marijus
|
aea1e1af82
|
this makes quotes appear as quotes in notes once page is reloaded. i guess thats fine since we use escape_tags() in notes.php
|
2013-12-11 18:57:42 +01:00 |
|
Thomas Willingham
|
d93ba783f5
|
Don't let nobody set an xconfig in safe search.
|
2013-12-11 15:35:19 +00:00 |
|
marijus
|
1d8c15f2df
|
make suggest channels a feature
|
2013-12-11 12:01:28 +01:00 |
|
friendica
|
652959678f
|
cleanup and Comanchification of mod_profile
|
2013-12-10 23:27:17 -08:00 |
|
friendica
|
e5ea4a009b
|
mod channel is now Comanchified
|
2013-12-10 20:36:11 -08:00 |
|
friendica
|
e873f6e95e
|
we're almost ready to turn on comanche for mod_network. All the widgets are done.
|
2013-12-10 00:05:31 -08:00 |
|
friendica
|
ed9f108722
|
comanchify the savedsearch widget
|
2013-12-09 21:20:55 -08:00 |
|
friendica
|
251720bfd3
|
turn private notes into a feature
|
2013-12-09 18:54:50 -08:00 |
|
friendica
|
70a81d6ad5
|
Merge branch 'master' of https://github.com/git-marijus/red
Conflicts:
view/theme/redbasic/css/style.css
|
2013-12-09 15:45:52 -08:00 |
|
marijus
|
76d8501d67
|
saved search icon work and bugfixes for #tags not beeing deletable and save button showing if saved search is disabled
|
2013-12-10 00:32:49 +01:00 |
|
friendica
|
f85cba10eb
|
notes widget
|
2013-12-09 15:27:46 -08:00 |
|
friendica
|
75ebf06131
|
some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space
|
2013-12-09 14:05:52 -08:00 |
|
friendica
|
d8c632ada2
|
more comanchisation (I declare this to be a word)
|
2013-12-09 00:41:49 -08:00 |
|
friendica
|
00f4ee2717
|
migrate follow widget to comanche and remove obsolete mod/intro.php
|
2013-12-09 00:12:44 -08:00 |
|
friendica
|
082ac67778
|
suggestion widget tweaked to make it comanche capable. Remove old versions of specs that are so obsolete it isn't funny. Zot protocol reference is in red's github wiki, and in the code. We should move the github copy to /doc once it is updated to match the code. There's no point in documenting dfrn in the red code base.
|
2013-12-08 20:08:50 -08:00 |
|
friendica
|
d32e05fb5e
|
starting on the journey to comanche everywhere - beginning with widget conversions. There are approximately 20 which need to be wrapped for accessibility to comanche.
|
2013-12-08 16:04:28 -08:00 |
|
friendica
|
b8454cbd1d
|
post_activity_item issues
|
2013-12-07 23:29:26 -08:00 |
|
friendica
|
6dc157a9f9
|
finish ACL's in personal menus
|
2013-12-07 13:05:17 -08:00 |
|
friendica
|
08bbab9a06
|
show a clean url in the hovertip for suggested friends
|
2013-12-06 22:54:21 -08:00 |
|
friendica
|
39536f6b7d
|
add some entropy
|
2013-12-06 22:48:06 -08:00 |
|
friendica
|
f45b06ffa0
|
suggestion widget
|
2013-12-06 21:40:01 -08:00 |
|
friendica
|
5382f607d9
|
yeah - that's what I'm going to do. we'll just keep system notifications. If somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
|
2013-12-06 00:11:15 -08:00 |
|
friendica
|
1aa79d9ee6
|
some code cleanup - gad I forgot what a mess the "other" notifications tabs (everything but system) were in. Maybe I'll just remove them so we can start over.
|
2013-12-06 00:02:39 -08:00 |
|
friendica
|
78d19f3395
|
move profile tabs and network/matrix tabs to include/conversation
|
2013-12-05 21:00:14 -08:00 |
|
friendica
|
38577cf26c
|
issue #225
|
2013-12-05 18:17:16 -08:00 |
|
friendica
|
cc1e906825
|
generate a small amount of entropy to avoid duplicate notifications from essentially simultaneous deliveries.
|
2013-12-04 23:54:46 -08:00 |
|
friendica
|
04f61dd4a1
|
add icon_trnalsate
|
2013-12-04 21:10:03 -08:00 |
|
friendica
|
13feafce17
|
add poco and follow to default xchan creation
|
2013-12-04 18:30:14 -08:00 |
|
friendica
|
d8903f09f5
|
include re-organisation and more doco, post_to_red fix ampersands in categories
|
2013-12-04 00:19:29 -08:00 |
|
friendica
|
7187c493e1
|
add hooks to zot-finger and import_xchan
|
2013-12-03 17:55:10 -08:00 |
|
friendica
|
657b842d64
|
more documentation work
|
2013-12-03 17:33:48 -08:00 |
|
friendica
|
f57909d190
|
on successful magic-auth, put remote_service_class and remote_hub into the session
|
2013-12-03 16:31:05 -08:00 |
|
friendica
|
6c321be03c
|
reorganise a few included functions - notably identity related functions
|
2013-12-03 15:35:13 -08:00 |
|
friendica
|
9f2efb0291
|
ensure that every imported channel has a primary hubloc
|
2013-12-02 23:55:57 -08:00 |
|
friendica
|
d9f67876dc
|
refactor magic-auth
|
2013-12-02 15:15:02 -08:00 |
|
friendica
|
55d8ed17a7
|
trimmed style.css by a few hundred lines. Needs many more such efforts
|
2013-12-01 21:11:47 -08:00 |
|
friendica
|
92f60ef51f
|
get rid of deprecated post_url() function
|
2013-12-01 19:52:18 -08:00 |
|