37 Commits

Author SHA1 Message Date
Dongsheng Cai
ac1870e330 "MDL-23407, fixed the problem that firefox trying to download json response" 2010-07-20 03:21:11 +00:00
Dongsheng Cai
be85f7ab94 "MDL-23307, server file plugin display current course files by default" 2010-07-19 17:44:23 +00:00
Petr Skoda
f728d49b00 MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
Dongsheng Cai
033aad78c0 MDL-23163, added mp3 to editor 2010-07-09 05:07:48 +00:00
Dongsheng Cai
dd0566ebaf MDL-23111, added isloggedin() to check if the user logged out 2010-07-08 04:14:40 +00:00
Dongsheng Cai
2385e6de5b MDL-13766, fixed mimetype validation. 2010-07-06 07:28:03 +00:00
Dongsheng Cai
16f61c701e MDL-22991, fixed file api calls 2010-07-06 07:15:08 +00:00
Dongsheng Cai
e35194bec4 MDL-22982
1. rename repository.class to lib.php
2. fixed repository_callback.php
3. repository_ajax use moodle default exception handler
4. improve file_get_user_used_space performance
2010-07-05 07:27:49 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Dongsheng Cai
6127179bbd "MDL-13766, remove debug line and added confirm_sesskey to repository_ajax" 2010-06-28 02:13:58 +00:00
Dongsheng Cai
6bf197b34c MDL-22591, user_private plugin, disable it from private file block, hide user_private area from local plugin 2010-05-31 03:03:21 +00:00
Dongsheng Cai
3e1233680a MDL-19168, dropbox repository plugin for moodle, and oauth support for filepicker. dropbox plugin has a known bug: cannot access folders or files with space, using urlencode to encode filepath is not helping, needs to contact dropbox team to find workaround 2010-05-14 08:29:33 +00:00
Dongsheng Cai
ea1780adf3 MDL-13766, implemented user quota 2010-05-11 06:49:51 +00:00
Dongsheng Cai
c7e4621eb4 "MDL-13766, fixed user_draft area files for user_private block, not display draft files in recent plugin, it has problems" 2010-05-05 05:57:15 +00:00
Dongsheng Cai
7e4944c8cd "MDL-13766, fixed parameter name" 2010-05-04 06:07:54 +00:00
Dongsheng Cai
b8cea715b8 "MDL-13766, maxbytes should not be 0" 2010-04-30 07:57:49 +00:00
Dongsheng Cai
dd64051e9e "MDL-13766, use exception to skip files larger than maximium size" 2010-04-29 09:55:57 +00:00
Dongsheng Cai
acb70a9b48 "MDL-13766, use file_storage to bypass capability check for recent plugin" 2010-04-28 16:49:51 +00:00
Dongsheng Cai
7f288e5002 "MDL-15351, move 'move_to_draft' function to parent class" 2010-04-28 05:00:55 +00:00
Dongsheng Cai
1dce6261b7 "MDL-21146, adding file license support to repository api, first commit" 2010-03-29 03:39:08 +00:00
Dongsheng Cai
14469892ac MDL-13766, improve repository code to store source information 2010-03-25 07:54:19 +00:00
Dan Poltawski
f8df83f357 repository_ajax.php MDL-21882 - dont default to a repo id which may exist
This seems like a dangerous thing to do as it may cause actions on repoid 1
inadvertantly
2010-03-21 14:01:30 +00:00
Dongsheng Cai
d10c92f3a5 "MDL-13766, fixed context default value" 2010-03-16 03:30:29 +00:00
Dongsheng Cai
9d4ef80f9d "MDL-13766, fixed coding style" 2010-03-16 02:57:18 +00:00
Dongsheng Cai
539d4041ec "MDL-13766, fixed popup authentication" 2010-03-15 05:19:43 +00:00
Dongsheng Cai
8a3e6a5604 "MDL-13766, fixed maxbytes limit" 2010-03-08 16:49:51 +00:00
Petr Skoda
4c508047eb MDL-21400 converting forms stuff to new M namespace and using standardised JS module coding style, fixed some regressions - for now works in FF only 2010-02-03 14:36:53 +00:00
Dongsheng Cai
99eaca9d3d "MDL-21170, major update to filepicker, complete rewrote filepicker javascript code to use YUI3, need furthur polish" 2010-01-15 07:48:38 +00:00
Dongsheng Cai
0f8b3f08d7 "MDL-19654, repository draft plugin removal" 2009-12-15 08:29:03 +00:00
Dongsheng Cai
6926df754e "MDL-21102, fixed fatal php error in file picker" 2009-12-15 08:00:11 +00:00
Dongsheng Cai
494bf5c8cf "MDL-16597, added more docs, clean up code and added maxbytes support" 2009-12-07 05:01:09 +00:00
Dan Poltawski
644e3ad464 repository: MDL-20893 return urls hadn't been updated from ws.php to repository_ajax.php
Breaking googledocs/picasa/mahara plugins :(
2009-11-18 14:21:53 +00:00
Dongsheng Cai
7d9cb3b51a "MDL-20824, use php exception to processs the file which excess the maximum file size" 2009-11-13 05:31:02 +00:00
Dongsheng Cai
99d5265525 "MDL-20602, added link external option in file picker" 2009-11-08 13:20:37 +00:00
Dongsheng Cai
6f2cd52aa5 "MDL-19181, 1. fixed repository listing when using non-admin role 2. added boilerplate" 2009-11-06 09:07:46 +00:00
Petr Skoda
aa6c1ced0a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 08:11:02 +00:00
Dongsheng Cai
41076c587f "MDL-20602, add support for FILE_INTERNAL and FILE_EXTERNAL" 2009-11-02 06:45:12 +00:00