Robin Appelman
|
92c782c1b0
|
return the jQuery deferred object when using OC.loadScript
|
2012-08-29 01:57:59 +02:00 |
Thomas Mueller
|
d786194ddc
|
fixing: apps/files/ajax/scan.php
|
2012-08-29 01:39:42 +02:00 |
Thomas Mueller
|
b64229a89e
|
apply coding style
|
2012-08-29 01:39:42 +02:00 |
Arthur Schiwon
|
4c4aa92eef
|
LDAP: check for existing username from other backends when creating one for an LDAP user or group. Led also to some code cleanup. Fixes oc-1551 in master.
|
2012-08-29 01:23:51 +02:00 |
Thomas Mueller
|
fe49cbafc7
|
apply coding style
|
2012-08-29 00:50:12 +02:00 |
Thomas Mueller
|
f301bfd8c9
|
apply coding style
|
2012-08-29 00:36:27 +02:00 |
Thomas Mueller
|
6d0737de22
|
removing obsolete .tx
|
2012-08-28 23:27:00 +02:00 |
Bart Visscher
|
32721e7b07
|
Remember storage view in OC_Cache_File
|
2012-08-28 23:10:32 +02:00 |
Bart Visscher
|
53e51fe46b
|
Clean user cache on login
|
2012-08-28 23:07:28 +02:00 |
Bart Visscher
|
8a02a8852f
|
Add background job for global file cache cleanup
|
2012-08-28 23:07:28 +02:00 |
Michael Gapczynski
|
95cd48dea8
|
Fix sharing test case
|
2012-08-28 14:00:46 -04:00 |
Michael Gapczynski
|
9ca6290317
|
Remove unused settings log file
|
2012-08-28 13:46:16 -04:00 |
Michael Gapczynski
|
ff076caeee
|
Check usernames in the database as case insensitive, they are still stored case sensitive. Bug fix for oc-422 and oc-1514
|
2012-08-28 11:28:38 -04:00 |
Michael Gapczynski
|
e05db00468
|
404 if service is not set for public.php
|
2012-08-28 11:13:02 -04:00 |
Michael Gapczynski
|
da44e5405a
|
Fix typo
|
2012-08-28 11:12:18 -04:00 |
Michael Gapczynski
|
4ac7c414c4
|
Check if path info is empty for remote.php, prevent error
|
2012-08-28 11:08:24 -04:00 |
Michael Gapczynski
|
c53310e49b
|
Remove unnecessary ajax file from files_sharing
|
2012-08-28 09:57:09 -04:00 |
Michael Gapczynski
|
1e2ba8398d
|
Remove old database xml file for files_sharing, bump version number
|
2012-08-28 09:55:24 -04:00 |
Michael Gapczynski
|
0a1f24142a
|
Change public file from get.php to public.php
|
2012-08-28 09:53:31 -04:00 |
Michael Gapczynski
|
fd2ca21fc2
|
Allow share_with column to be null for links
|
2012-08-28 09:51:00 -04:00 |
Arthur Schiwon
|
42a9969304
|
LDAP: implement getHome() function, use either username (default) or specify an LDAP attribute value to use
|
2012-08-28 14:24:50 +02:00 |
Frank Karlitschek
|
549f69cbc1
|
marked as shipped app
|
2012-08-28 07:35:31 +02:00 |
Frank Karlitschek
|
70b71338cd
|
beta 1
|
2012-08-28 07:22:31 +02:00 |
Michael Gapczynski
|
aad7dc8390
|
Remove sharing notice in users settings - The default is now share with anyone, groups only sharing is now a setting in the admin page
|
2012-08-27 20:55:11 -04:00 |
Michael Gapczynski
|
42a291286b
|
Fix incorrect Javascript for changing Share API settings
|
2012-08-27 20:45:36 -04:00 |
Michael Gapczynski
|
9cd55508c3
|
Add Share API settings to admin page
|
2012-08-27 20:39:31 -04:00 |
Michael Gapczynski
|
2aac6f02a0
|
Reimplement links support for sharing and add password protection option
|
2012-08-27 20:37:38 -04:00 |
Michael Gapczynski
|
0ad16e84c5
|
Fix share collection query
|
2012-08-27 20:37:38 -04:00 |
Michael Gapczynski
|
0a9d1ed3a6
|
Initial previewer for public links
|
2012-08-27 20:37:38 -04:00 |
Jenkins for ownCloud
|
8374a49cc1
|
[tx-robot] updated from transifex
|
2012-08-28 02:03:56 +02:00 |
Thomas Mueller
|
07df52c998
|
assert array length and individual content instead of assertEqual on arrays
|
2012-08-28 00:35:10 +02:00 |
Thomas Mueller
|
2abb63de70
|
assert array length and individual content instead of assertEqual on arrays
|
2012-08-28 00:12:01 +02:00 |
Jan-Christoph Borchardt
|
09300e5f6e
|
fix cronjobs radio button width
|
2012-08-27 14:05:18 -07:00 |
Jan-Christoph Borchardt
|
4910717c09
|
remove background fade from navigation, fix flickering icon issue and make it feel faster
|
2012-08-27 14:05:18 -07:00 |
Jan-Christoph Borchardt
|
6b5f1ffdb4
|
upload button improvement, better separation, fix wrap issue
|
2012-08-27 14:05:18 -07:00 |
Frank Karlitschek
|
c2290a542e
|
add deprecated warning
|
2012-08-27 22:58:50 +02:00 |
Arthur Schiwon
|
5985d00c6f
|
LDAP: transliterate other latin characters to ASCII when creating owncloud names. Already created usernames are not being affected.
|
2012-08-27 21:32:56 +02:00 |
Jörn Friedrich Dreyer
|
84a5faff36
|
remove files_imageviewer and files_texteditor from blacklist so they can be activated in a multi apps environment
|
2012-08-27 20:35:05 +02:00 |
Jörn Friedrich Dreyer
|
3b83c7fa74
|
update now(), current_timestamp and backtick replacement
|
2012-08-27 18:37:16 +02:00 |
Georg Ehrke
|
ead7de6bff
|
only mount every single homefolder when using sharing app
|
2012-08-27 16:10:37 +02:00 |
Georg Ehrke
|
b56a46bdea
|
fix filesharing for multiple data directories
|
2012-08-27 15:55:46 +02:00 |
Arthur Schiwon
|
0f379fd28a
|
OC_User: getHome is an optional method, taking it out of the Interface
|
2012-08-27 14:07:28 +02:00 |
Jörn Friedrich Dreyer
|
3970d0e636
|
Merge branch 'master' of github.com:owncloud/core
|
2012-08-27 14:00:17 +02:00 |
Jörn Friedrich Dreyer
|
d91bd37bd7
|
fix two bugs in MDB2, patches committed upstream https://pear.php.net/bugs/bug.php?id=19582
|
2012-08-27 13:59:59 +02:00 |
Jörn Friedrich Dreyer
|
f105e9b454
|
remove oc_log, as it is unused
add length to text columns or newer mysql will produce columns too wide
|
2012-08-27 13:40:48 +02:00 |
Jörn Friedrich Dreyer
|
15cdde74d3
|
return standard SQL values (sqlite3 understands CURRENT_...)
|
2012-08-27 13:33:24 +02:00 |
Georg Ehrke
|
16aff1045d
|
make use of OC_User::getHome in lib/migrate.php
|
2012-08-27 13:21:40 +02:00 |
Michael Gapczynski
|
59cf1d19e5
|
setbackgroundjobsmode.php got lost somewhere - switched call to use the perferred OC.AppConfig.setValue() instead
|
2012-08-26 22:05:34 -04:00 |
Michael Gapczynski
|
617449b230
|
Change URL from gitorious to github
|
2012-08-26 21:38:53 -04:00 |
Michael Gapczynski
|
18517f6adb
|
Fix share getItems() limit
|
2012-08-26 21:34:37 -04:00 |