Thomas Müller
|
fdef2a373a
|
Merge pull request #2821 from owncloud/fix-2159-rename-to-shared
fix allowed rename of folder in root directory to reserved name "Shared"
|
2013-05-14 13:13:16 -07:00 |
Björn Schießle
|
96ff19a703
|
fix history template, print_unescaped() needs to include closing tags
|
2013-05-14 21:22:30 +02:00 |
Raghu Nayyar
|
418503a4ad
|
Merge pull request #3338 from owncloud/button_color_fix
Keeping Font Colors Consistant on the headers.
|
2013-05-14 09:52:54 -07:00 |
Morris Jobke
|
784f117ec2
|
Merge pull request #3330 from owncloud/preselect_filename_on_rename
peselect filename without extension on rename
|
2013-05-14 06:16:30 -07:00 |
Morris Jobke
|
0d8fa2eb98
|
[files] add private declaration of $view
|
2013-05-14 12:49:23 +02:00 |
raghunayyar
|
18618c75aa
|
color change to crumb elements as well.
|
2013-05-14 11:07:12 +05:30 |
raghunayyar
|
6d95d130e4
|
Keeping Font Colors Consistant on the headers.
|
2013-05-13 23:12:05 +05:30 |
Jörn Friedrich Dreyer
|
591b383f2d
|
peselect filename without extension on rename
|
2013-05-13 15:54:45 +02:00 |
Björn Schießle
|
0ef8590773
|
Merge branch 'master' into update_etags_on_restore
|
2013-05-13 10:48:06 +02:00 |
Jenkins for ownCloud
|
e8c154f341
|
[tx-robot] updated from transifex
|
2013-05-13 02:10:20 +02:00 |
Morris Jobke
|
e2bd32323d
|
[files] fix mock creation and remove hardcoded 'require' statement
|
2013-05-12 13:02:01 +02:00 |
Morris Jobke
|
b777c0fd75
|
[files] rename lib to "App"
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
b32c30b6d0
|
[files] ownCloud typo
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
7e23e97676
|
[files] rename test class and add rename test
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
d4ba9cf338
|
[files] remove realpath in test
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
bb5554de7f
|
[files] rename tests
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
b9f426b1d7
|
[files] remove normalizePath on rename and dependency injection
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
324c423548
|
[files] kill stripslashes
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
418e878ba8
|
[files] fix typos
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
1020d5c16c
|
[files] refactoring
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
33b31931bd
|
string comparision
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
b393c91a96
|
wrong root dir name
|
2013-05-12 11:47:22 +02:00 |
Morris Jobke
|
a878bd9923
|
fix allowed rename of folder in root directory to reserved name "Shared"
refs #2159
|
2013-05-12 11:47:22 +02:00 |
Jenkins for ownCloud
|
74f92d0c7f
|
[tx-robot] updated from transifex
|
2013-05-12 02:05:29 +02:00 |
Björn Schießle
|
cc433d47cb
|
touch() needs to be performed relative to user/files otherwise ownCloud doesn't execute the hooks which means that etags aren't updated properly
|
2013-05-10 12:05:11 +02:00 |
Björn Schießle
|
bda8187f3b
|
rename a file if it gets restored so that it no longer exists as a version. Otherwise it can happen that the expire() function removes all other versions so that we end up with only one version which is exactly the same as the original file
|
2013-05-08 23:00:13 +02:00 |
Björn Schießle
|
b9134dcd6a
|
touch file relative to users file folder, otherwise the hooks will be ignored
|
2013-05-08 22:59:49 +02:00 |
Bart Visscher
|
175633d380
|
Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app
Use === and !== in user_ldap app
|
2013-05-07 12:45:43 -07:00 |
icewind1991
|
5b61c5d478
|
Merge pull request #3044 from owncloud/backgroundwatcher
Add a background job to watch for external filesystem changes
|
2013-05-07 10:00:00 -07:00 |
Morris Jobke
|
deb0885e46
|
Merge pull request #3246 from owncloud/newfile-mimetype
Files: set the proper mimetype when creating a new text file
|
2013-05-07 01:53:43 -07:00 |
Robin Appelman
|
3de40f7cfb
|
Files: set the proper mimetype when creating a new text file
|
2013-05-06 17:55:22 +02:00 |
Lukas Reschke
|
db1e6b5f3b
|
Use $dir instead of $fullpath
|
2013-05-06 14:28:01 +03:00 |
Lukas Reschke
|
b13b19c58b
|
Use the internal ownCloud view
|
2013-05-06 13:43:23 +03:00 |
Arthur Schiwon
|
d659d8e193
|
LDAP: do not reset UUID attribute setting when guid is detected
|
2013-05-06 10:17:52 +02:00 |
Jenkins for ownCloud
|
a876240b32
|
[tx-robot] updated from transifex
|
2013-05-04 02:00:54 +02:00 |
Arthur Schiwon
|
1e2b872160
|
LDAP: cachekey in set method needs to match with that one from get
|
2013-05-03 15:13:37 +02:00 |
Bart Visscher
|
e0f6d159d6
|
Merge pull request #3229 from owncloud/fix_3210
LDAP: remove restriction from group names to be in line with core behavi...
|
2013-05-03 06:04:24 -07:00 |
Bart Visscher
|
a541b80592
|
Merge pull request #3222 from owncloud/fix-3218
Fix retrieving of mount points for shared storage, fix #3218
|
2013-05-03 06:02:33 -07:00 |
Arthur Schiwon
|
22a8e7ad55
|
LDAP: remove restriction from group names to be in line with core behaviour again
|
2013-05-03 14:11:06 +02:00 |
Jenkins for ownCloud
|
4f6565d8e7
|
[tx-robot] updated from transifex
|
2013-05-03 02:05:10 +02:00 |
Morris Jobke
|
a204a46d50
|
Merge pull request #3212 from owncloud/stop-links
Don't display shared links if disabled
|
2013-05-02 15:29:00 -07:00 |
Michael Gapczynski
|
7039421efc
|
Fix retrieving of mount points for shared storage, fix #3218
|
2013-05-02 17:47:11 -04:00 |
Frank Karlitschek
|
8a5e88b21c
|
Merge pull request #3211 from owncloud/fix-2816
Fix #2816 renaming shared files
|
2013-05-02 00:54:09 -07:00 |
Michael Gapczynski
|
274bf3c6bd
|
Don't display shared links if disabled
|
2013-05-01 20:39:02 -04:00 |
Michael Gapczynski
|
04b7a9902d
|
Fix #2816 renaming shared files
|
2013-05-01 20:29:07 -04:00 |
Jenkins for ownCloud
|
ee53e7b3d2
|
[tx-robot] updated from transifex
|
2013-05-02 02:19:04 +02:00 |
Michael Gapczynski
|
657ff34c6c
|
Merge pull request #3147 from owncloud/storage-mkdir-root
Dont task external storages with creating their own root
|
2013-05-01 16:35:44 -07:00 |
Frank Karlitschek
|
db49b0aff8
|
Merge pull request #3202 from owncloud/swift_id
Set storage id for openstack swift backend
|
2013-05-01 05:28:37 -07:00 |
Jenkins for ownCloud
|
6163a85668
|
[tx-robot] updated from transifex
|
2013-05-01 02:02:59 +02:00 |
Robin Appelman
|
4c980b1a14
|
Set storage id for openstack swift backend
|
2013-05-01 00:24:34 +02:00 |