Robin Appelman
f98cb9efa0
Fix type hinting
10 years ago
Lukas Reschke
aba539703c
Update license headers
10 years ago
Joas Schilling
3a716ae91c
Move lib/ to PSR-4
10 years ago
Lukas Reschke
933f60e314
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
10 years ago
Roeland Jago Douma
745bfda41f
Fix migration step to avoind invisible shares
10 years ago
Roeland Jago Douma
3c4e511792
Update the migration step to include federated shares
Now federated shares will also be updated to the flat
reshare model.
10 years ago
Roeland Jago Douma
6151a0540b
Update the initiator of the share as well in migration
10 years ago
Roeland Jago Douma
b85770d636
Update reshares in batches as not to run out of memory
10 years ago
Björn Schießle
dc8d43575f
upgrade to sharing 2.0, remove hierarchical re-shares
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Bjoern Schiessle
d50e70ba3a
set accept to 1 (=true) for all server-to-server shares on update, at this point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table
11 years ago
Joas Schilling
7f7006643f
Fix namespace of files_encryption classes and autoload them
11 years ago
Bjoern Schiessle
a10ae2816e
clean up encryption exceptions
11 years ago
Bjoern Schiessle
e5f0dded84
throw a exception if we can't handle the provided path
11 years ago
Bjoern Schiessle
40fe1275de
throw exception if file is to large for trash bin
12 years ago
Jörn Friedrich Dreyer
b56f5f2773
deprecate OC_Search_Provider in favor of \OCP\Search\Provider
12 years ago
Jörn Friedrich Dreyer
56470fa9b3
fix namespace for legacy search classes
12 years ago
Andrew Brown
8a223eb62d
Move legacy search to 'lib/private/legacy'
This fixes errors where apps would try to start providers using
OC_Search and would fail. Also, made OC_Search simply inherit from
\OC\Search.
12 years ago
Jörn Friedrich Dreyer
afd24385a8
fix formatting
12 years ago
Andrew Brown
a6583d3976
Add legacy adapters for file search
12 years ago
Andrew Brown
ac72828eae
Move to new namespace convention and add new result sub-classing
12 years ago
Bernhard Posselt
587a8df566
remove controller serializers
12 years ago
Bernhard Posselt
1d45239c65
adjust license headers to new mail address
12 years ago
Bernhard Posselt
80648da431
implement most of the basic stuff that was suggested in #8290
12 years ago
Thomas Müller
9c9dc276b7
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
12 years ago
Thomas Müller
fde9cabe97
initial import of appframework
12 years ago
Bart Visscher
5bfe4adbaa
Whitespace cleanup
13 years ago
Thomas Tanghus
7f0c69eb0e
Added CRUDS permissions to the OCP namespace. Implements issue #345
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Bart Visscher
0365f8fd01
Remove php close at end of file
13 years ago
Robin Appelman
7761765a4b
change licencing headers for sqlite3 driver
14 years ago
Robin Appelman
600219c8c0
sqlite3 driver for mdb2
the only problem that I found with it so far is that it gives a database locked error on login,
the rest seems to work fine but more testing is required.
15 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
16 years ago
Robin
ede1c64edd
port OC_DB to MDB2
16 years ago