Commit graph

9268 commits

Author SHA1 Message Date
friendica
ca570f97e0 remove a lot of extraneous debugging now that most of this stuff basically works 2014-01-09 13:54:18 -08:00
zottel
acdf053a0b use display/ plinks for comments 2014-01-09 17:29:04 +01:00
zottel
5ee5bda998 fix notices 2014-01-09 17:06:28 +01:00
zottel
ab81458768 took out some left-overs from the debugging phase 2014-01-09 16:18:17 +01:00
zottel
a517a27d53 fix a bug that made it possible for everyone to access any message from other
channels using channel/<channel>/?mid=...
2014-01-09 16:06:33 +01:00
zottel
5d83855afd use plinks instead of llinks on network/ and channel/ pages, though not in
mode network-new (network/new and network/search)
2014-01-09 16:04:51 +01:00
zottel
c0f6d73195 save channel/<channel>/?mid=... plinks with the items 2014-01-09 16:02:40 +01:00
zottel
cd65d172ba urlencode query_string for magic auth to make sure GET params make it back
to the originating server
2014-01-09 15:59:42 +01:00
friendica
c6b9e44353 fix table bbcode 2014-01-09 00:53:33 -08:00
friendica
3c477ea8d6 attachment issue 2014-01-08 20:58:58 -08:00
friendica
6acff72d79 some doc updates 2014-01-08 20:20:15 -08:00
friendica
352e4dc21b add store directory write check to install checks 2014-01-08 18:20:47 -08:00
friendica
6eda806444 This should be approaching completion for file OS storage. May be a few minor bugs remaining due to some late-breaking fixes but I've been testing it as I go. 2014-01-08 18:06:52 -08:00
friendica
c4be3450bf Merge pull request #258 from zzottel/master
Add display of a thread to channel module
2014-01-08 15:28:48 -08:00
friendica
bc611fb67d Merge https://github.com/friendica/red into zpull 2014-01-08 15:22:01 -08:00
friendica
7910221832 preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes. 2014-01-08 15:20:12 -08:00
Thomas Willingham
7930f6d7aa Pass hash and extension to the photo templates for plugins that require
links we can't construct from what's already there.
2014-01-08 22:50:44 +00:00
friendica
f1d6d58832 Merge https://github.com/friendica/red into zpull 2014-01-08 14:12:03 -08:00
friendica
29db236981 qr enhancements 2014-01-08 14:11:39 -08:00
Thomas Willingham
c35034bfe1 Fix new connection nav URL 2014-01-08 19:32:06 +00:00
zottel
9762b264cc Add display of a thread to channel module using channel/<channel>/?mid=<mid> 2014-01-08 16:03:59 +01:00
friendica
73102f0c26 teehee, tada, todo, etc. 2014-01-08 00:57:28 -08:00
friendica
8d562abe78 keep the to-do list somewhat current. 2014-01-08 00:03:01 -08:00
friendica
8b93881ce7 qr code support 2014-01-07 20:36:16 -08:00
friendica
4011837805 more work on dav - deletion and a bit more progress on OS storage 2014-01-07 18:47:33 -08:00
friendica
b8564134aa make storage limit service classes apply to accounts, not channels. Also include a css file that was missing from work yesterday. 2014-01-07 14:10:28 -08:00
friendica
e635dcb309 bbcode convenience variables for producing documentation. 2014-01-06 23:54:40 -08:00
friendica
2f27d58dfe filestorage re-org and cleanup 2014-01-06 19:43:54 -08:00
friendica
e49e6c0d2a special handling for directories 2014-01-06 18:20:14 -08:00
friendica
5a5466346c prepare for OS file storage, and add bbcode attachment link to mod/filestorage. This isn't beautiful, but it's a start. 2014-01-06 18:13:02 -08:00
friendica
41df51a815 add "self" to access control lists with special marking to indicate it's 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. 2014-01-06 17:12:44 -08:00
friendica
8dc22c564a provide ability to change attachment/file permissions 2014-01-06 16:49:07 -08:00
friendica
8223f04b97 add potentially recursive set permissions function for file storage 2014-01-06 14:57:51 -08:00
friendica
db0867aeec reddav: improve and cleanup permission checks 2014-01-06 14:33:49 -08:00
friendica
e20fef3903 cleanup mod/filestorage before embarking on further changes to it 2014-01-06 13:37:25 -08:00
friendica
323fc1f9a5 fix photos/upload album selector 2014-01-06 02:54:08 -08:00
friendica
a3161a8cd6 version update 2014-01-06 02:38:15 -08:00
friendica
196b3022bd Merge branch 'master' into movejs
Conflicts:
	version.inc
2014-01-06 02:37:06 -08:00
friendica
ae8a30273a whitespace 2014-01-06 02:23:56 -08:00
friendica
64152ac956 implement storage size limits 2014-01-05 19:49:45 -08:00
friendica
daf5daa2d3 disable web browser post inputs if no storage write permission 2014-01-05 19:25:56 -08:00
friendica
e10c237386 make directory hierarchy work 2014-01-05 18:44:32 -08:00
friendica
56f4b0f976 more syntax 2014-01-05 18:19:56 -08:00
friendica
ea251d2939 typos 2014-01-05 18:18:39 -08:00
friendica
bcb812b2f8 set channel default permissions on file creation 2014-01-05 17:54:20 -08:00
friendica
cbc34a40ad reddav: bring permissions up to date with recent code changes 2014-01-05 17:42:56 -08:00
friendica
d0be9d3b23 dav uploading actually works - there's just an issue with the AnyClient running through a proxy. There are probably still some issues with tree structure, but you should be able to use your personal cloud in your top level storage directory now. 2014-01-05 17:28:19 -08:00
friendica
24450fe8ef likes to comments getting indented an extra 50px 2014-01-05 16:44:58 -08:00
friendica
0297241a64 some dav cleanup 2014-01-05 16:37:07 -08:00
friendica
061894d37f reddav - basic mkdir support - needs more work to be robust 2014-01-05 16:00:05 -08:00