Lukas Reschke
|
933f60e314
|
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
|
2016-03-01 17:25:15 +01:00 |
Vincent Petry
|
11215f4e27
|
Return -3 for unlimited quota
Returns -3 for unlimited quota in Webdav response.
Also adjusted personal page to show unlimited quota when set.
|
2016-02-29 14:36:20 +01:00 |
Thomas Müller
|
2efb97ba09
|
Fixes #13658
|
2016-02-11 10:53:18 +01:00 |
Morris Jobke
|
75e6734ef4
|
Remove OC_Helper::imagePath and use the proper public interface
|
2016-01-24 18:04:20 +01:00 |
Morris Jobke
|
930555bd5e
|
properly use standard
* JEDEC standard - https://en.wikipedia.org/wiki/JEDEC_memory_standards#Unit_prefixes_for_semiconductor_storage_capacity
|
2016-01-19 10:41:12 +01:00 |
Thomas Müller
|
682821c71e
|
Happy new year!
|
2016-01-12 15:02:18 +01:00 |
Thomas Müller
|
36cc0528e3
|
Merge pull request #21288 from owncloud/deprecated_helper_mimetypes
Remove deprecated OC_Helper mimetype functions
|
2015-12-18 15:23:05 +01:00 |
Thomas Müller
|
a743047e82
|
Merge pull request #21283 from owncloud/cleanup_config
Cleanup OC_Config mess
|
2015-12-18 14:54:38 +01:00 |
Thomas Müller
|
50e8773307
|
Merge pull request #21280 from owncloud/drop-unused-methods
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 14:49:55 +01:00 |
Roeland Jago Douma
|
b460bde7c6
|
Removed deprecated OC_Helper::mimeTypeIcon function
|
2015-12-18 14:00:20 +01:00 |
Roeland Jago Douma
|
a54be132fc
|
Removed deprecated unsused function OC_Helper::getStringMimeType
|
2015-12-18 13:43:44 +01:00 |
Roeland Jago Douma
|
4f20e3bac0
|
Removed deprecated OC_Helper::getSecureMimeType
|
2015-12-18 13:42:59 +01:00 |
Morris Jobke
|
450e2f3bd3
|
Move OC_Helper code to OCP\Util for linkToRemote
|
2015-12-18 12:00:18 +01:00 |
Roeland Jago Douma
|
6fb60815c5
|
Use SystemConfig internally
|
2015-12-18 11:53:41 +01:00 |
Roeland Jago Douma
|
82bf99c0cf
|
Get rid of legacy OC_Config
We were still using the lecagy class OC_Config all over the place. Which
was a wrapper around the new class OC\Config
|
2015-12-18 11:53:41 +01:00 |
Morris Jobke
|
e42f262d85
|
properly use OCP\Util instead of OC_Helper
|
2015-12-18 11:46:21 +01:00 |
Morris Jobke
|
3d55569a27
|
OC_Helper::makeURLAbsolute is not used anymore
|
2015-12-18 11:37:18 +01:00 |
Morris Jobke
|
4af7bf07bf
|
OC_Helper::userAvatarSet is not used anymore
|
2015-12-18 11:30:30 +01:00 |
Morris Jobke
|
a18c0983d5
|
Use TempManager instead of tmpFile
|
2015-12-18 11:25:33 +01:00 |
Morris Jobke
|
90b0831cec
|
Use TempManager instead of tmpFolder
|
2015-12-18 11:19:53 +01:00 |
Thomas Müller
|
9e97bef935
|
Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType
Use proper public API for OC_Helper::getFileNameMimeType
|
2015-12-18 10:15:33 +01:00 |
Roeland Jago Douma
|
2a280e2fad
|
Remove private deprecated OC_Helper::linkToRoute
|
2015-12-17 18:46:43 +01:00 |
Roeland Jago Douma
|
9fe3d2f1f8
|
OC_Helper::linkToRoute is deprecated
Replaced all calls to OC_Helper::linkToRoute with
OC::$server->getURLGenerator()->linkToRoute
|
2015-12-17 18:46:42 +01:00 |
Morris Jobke
|
ecdf88e41b
|
Use proper public API for OC_Helper::getFileNameMimeType
|
2015-12-17 17:07:48 +01:00 |
Roeland Jago Douma
|
205c239eab
|
Remove deprecated OC_Helper::linkTo function
|
2015-12-17 11:51:40 +01:00 |
Roeland Jago Douma
|
19eeb23b91
|
OC_Helper::linkTo is deprecated
Replaced with suggested (and calling body of)
|
2015-12-17 10:53:21 +01:00 |
Thomas Müller
|
f3d49a89fe
|
Merge pull request #11131 from owncloud/use-phpini-wrapper
Replacing ini_get instances with inigetwrapper usages
|
2015-12-07 10:20:59 +01:00 |
Roeland Jago Douma
|
b00db2c933
|
DI in avatar code
* DI in avatar code
* Use the node API
* More unit tests
* Unit tests no longer require DB
|
2015-12-01 22:15:43 +01:00 |
Morris Jobke
|
675417a75c
|
Untangle the linkToDocs method in OC_Helper
* now uses the proper URLGenerator interface
* add comment about DI problems
|
2015-11-26 13:58:43 +01:00 |
Thomas Müller
|
3882cc8ef3
|
Merge pull request #20744 from owncloud/oc_helper-getMimeType-cleanup
Remove last occurences of OC_Helper::getMimeType()
|
2015-11-26 12:37:25 +01:00 |
Morris Jobke
|
0b8296a756
|
remove unused method
|
2015-11-26 10:58:30 +01:00 |
Morris Jobke
|
4fcab98694
|
Remove unused internal methods
* removes OC_Helper::mb_substr_replace and OC_Helper::mb_str_replace
* keeps public interface wrapper working as expected
|
2015-11-26 10:25:43 +01:00 |
Morris Jobke
|
728648ad77
|
Replace new occurences of ini_get with IniWrapper methods
|
2015-11-23 14:12:36 +01:00 |
Clark Tomlinson
|
9caf4ffbfc
|
Replacing ini_get instances with inigetwrapper usages
|
2015-11-23 14:12:31 +01:00 |
Lukas Reschke
|
8f09d5b67c
|
Update license headers
|
2015-10-26 14:04:01 +01:00 |
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
Robin Appelman
|
a1d0d23b6a
|
Work around INF=0 on some shared hosts
|
2015-10-02 14:16:13 +02:00 |
Jörn Friedrich Dreyer
|
3098fd0d30
|
Merge pull request #19505 from owncloud/returnfloatforquota
always return float, update doc
|
2015-10-02 08:57:04 +02:00 |
Jörn Friedrich Dreyer
|
1d617c4bf6
|
always return float, update doc
|
2015-10-01 13:45:49 +02:00 |
Morris Jobke
|
1051a3c6f5
|
Change small thumbnails to 32 px
* fixes #16913
* fixes issues in IE8 where the thumbnail is too big
|
2015-09-30 10:49:48 +02:00 |
Roeland Jago Douma
|
88fb389eab
|
Proper deprecate methods
|
2015-07-27 14:59:49 +02:00 |
Roeland Jago Douma
|
141a0f0f47
|
Move mimetypedetection to files/type/detection
|
2015-07-27 14:59:45 +02:00 |
Roeland Jago Douma
|
6db6689740
|
Added mimetype detector
* Copied unit tests from old functions
|
2015-07-27 14:58:45 +02:00 |
blizzz
|
bfb90d10ed
|
Merge pull request #17046 from nicolas-grekas/fix-16654
Do not use OC*::mb_*_replace(), they are useless
|
2015-07-16 11:35:25 +02:00 |
Nicolas Grekas
|
472d48f6e3
|
Do not use OC*::mb_*_replace(), they are useless
|
2015-07-16 11:00:04 +02:00 |
Morris Jobke
|
1006ec56ce
|
Merge pull request #17481 from rullzer/mimetype-list
Move mimetypes.list.php to config/mimetypemapping.dist.json
|
2015-07-13 08:31:18 +02:00 |
Roeland Jago Douma
|
8cac236135
|
Move to OC::$configDif
|
2015-07-10 15:15:50 +02:00 |
Roeland Jago Douma
|
032ffc969e
|
Move mimetypealiases.json to mimetypealiases.dist.json
|
2015-07-10 10:17:49 +02:00 |
Morris Jobke
|
c86e742e67
|
Merge pull request #15586 from Egari/addThemeSupportToMimeIcon
Add theme support to mimetypeIcon through imagePath integration
|
2015-07-09 23:02:46 +02:00 |
Roeland Jago Douma
|
895d29adf1
|
Move mimetypemapping.json to mimetypemapping.dist.json
This allows users to create their own mapping file to extend our current
mappings. This makes sure that custom mappings are not lost on OC
upgrades.
|
2015-07-08 17:16:12 +02:00 |