kondou
|
feb7028a78
|
Remove require in rawlist.php
Thanks @tanghus for pointing out the unneccessity of it.
|
2013-10-02 12:45:30 +02:00 |
kondou
|
013e9c27d2
|
Fix require in apps/files/ajax/rawlist.php
|
2013-10-02 12:21:52 +02:00 |
Thomas Müller
|
db39fede97
|
Merge branch 'master' into appframework-master
Conflicts:
apps/files/lib/helper.php
apps/files_trashbin/lib/helper.php
|
2013-09-25 09:52:12 +02:00 |
Jörn Friedrich Dreyer
|
4b3e56bcf9
|
remove unneccessary lib in namespace
|
2013-09-20 16:46:33 +02:00 |
Jörn Friedrich Dreyer
|
9e39118b52
|
namespaces use upcasefirst parts
when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app
its magic!
|
2013-09-20 16:37:07 +02:00 |
Thomas Müller
|
9b420e8660
|
use \OC::$server->getPreviewManager() instead of \OCP\Preview
|
2013-09-17 13:33:47 +02:00 |
kondou
|
c117e719da
|
Use external and shared icons in OC.Dialogs.filepicker()
|
2013-09-14 14:35:23 +02:00 |
kondou
|
4d62f747fa
|
Clean up rawlist.php and fix non-array request
|
2013-09-12 00:21:01 +02:00 |
kondou
|
83d3df4111
|
Split some lines, use ===, avoid unnecessary operation
|
2013-09-11 12:12:40 +02:00 |
kondou
|
226c205631
|
Use usort() instead of uasort() to not maintain keys
|
2013-09-06 06:45:16 +02:00 |
kondou
|
85e41d9500
|
Sort files by name, not by mimetype
|
2013-09-05 23:17:53 +02:00 |
kondou
|
f84fe479a5
|
Only use mimetype_list and clean up a bit
|
2013-09-05 18:40:55 +02:00 |
kondou
|
992b59f70b
|
Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype
|
2013-09-05 16:54:12 +02:00 |
Thomas Tanghus
|
152e275c8a
|
Various cleanups in OC.dialogs
|
2013-05-17 04:54:08 +02:00 |
Robin Appelman
|
6db81afab9
|
move some stuff to the new api
|
2012-10-26 23:05:02 +02:00 |
Bart Visscher
|
0e58800016
|
Whitespace fixes in apps
|
2012-08-29 20:29:43 +02:00 |
Thomas Mueller
|
fe49cbafc7
|
apply coding style
|
2012-08-29 00:50:12 +02:00 |
Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
2012-07-09 16:51:16 +02:00 |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
2012-05-15 00:52:00 +02:00 |
Bartek Przybylski
|
ab9927d5fc
|
oc-627, calling base function instead of loading too much useless functions
|
2012-05-12 13:25:04 +02:00 |
Frank Karlitschek
|
1945cd6946
|
ported the oc_template class
|
2012-05-06 23:00:36 +02:00 |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
2012-05-03 12:23:29 +02:00 |
Frank Karlitschek
|
e2fb094693
|
some more porting
|
2012-05-01 21:07:08 +02:00 |
Thomas Tanghus
|
9c520c70a8
|
Various file path fixes.
|
2012-04-30 01:48:01 +02:00 |
Georg Ehrke
|
45de7ad221
|
move files to app folder
|
2012-04-18 17:27:34 +02:00 |