Christoph Wurst
1b46621cd3
Update license headers for 18
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
73fdb8e016
Add typed events for all group hooks and legacy events
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
5bf3d1bb38
Update license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
1a886b1472
Add typed events for password_policy
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
aa6622ccef
Decouple remote wipe notifcation channels with events
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Roeland Jago Douma
674930da7f
Move ExpiredTokenException to the correct namespace
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
7 years ago
Roeland Jago Douma
6b7cf46727
Certain tokens can expire
However due to the nature of what we store in the token (encrypted
passwords etc). We can't just delete the tokens because that would make
the oauth refresh useless.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
cf0501d632
Make the group backends also possible using interfaces
Just like for the user backends the group backends should also be
properly done using interfaces.
This adds the interfaces and abstract class to get started
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
b723a2b8ca
Document parameters
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
5aa0d83268
Remove type declarations where not yet possible
Because we don't return consistent things yet :(
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
140e7b609f
Fix phpdoc
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Roeland Jago Douma
226439a31c
Add interfaces for user backend functionality
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
8 years ago
Morris Jobke
0eebff152a
Update license headers
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Roeland Jago Douma
0228bc6e66
ACCEPT_LANGUAGE goes before default_langauge
See https://github.com/nextcloud/server/issues/970
Before we had
1. Users settings in personal settings
2. Admins default language settings
3. Accept-Language settings of the browser
However this is not in line with
https://www.w3.org/International/questions/qa-lang-priorities
So this changes the order to
1. Users settings in personal settings
3. Accept-Language settings of the browser
2. Admins default language settings
9 years ago
root
bd65a17203
Nextcloud license header for new files
9 years ago
root
32fb6beac3
final changes
9 years ago
root
02ec8b1726
New LDAPProvider for user_ldap
9 years ago
Joas Schilling
ba87db3fcc
Fix others
9 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Thomas Müller
bacf1603ff
Adding ocs/v2.php with status code mapper
10 years ago
Morris Jobke
f63915d0c8
update license headers and authors
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
Tom Needham
a4f270a9ce
Add placeholder app.php for provisioning_api so app is detected
11 years ago
Jörn Friedrich Dreyer
799fb46927
add missing @deprecated annotation to legacy classes
11 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
15 years ago
Robin
ede1c64edd
port OC_DB to MDB2
16 years ago