Robin Appelman
|
b7585050b5
|
Move legacy backgroundjob classes to a place where they can be autoloaded
|
12 years ago |
Robin Appelman
|
b31dc10c3c
|
Add support for the old public backgroundjob api
|
12 years ago |
Robin Appelman
|
117412272e
|
Update documentation for \OCP\BackgroundJob
|
12 years ago |
Thomas Mueller
|
d209cac2a1
|
lastRun is not a method
|
12 years ago |
Robin Appelman
|
e63633b5f3
|
Don't try to use backgroundjobs before the installtion is done
|
12 years ago |
Robin Appelman
|
40de36a8f3
|
Try to supress pre-upgrade backgroundjob error
|
12 years ago |
Robin Appelman
|
07f510692c
|
Ensure we don't throw an exception before we can upgrade to the new backgroundjob system
|
12 years ago |
Robin Appelman
|
db0ea9780b
|
Add database table for backgroundjob
|
12 years ago |
Robin Appelman
|
3aecfda0c0
|
Adjust backgroundjob test cases
|
12 years ago |
Robin Appelman
|
7948341a86
|
Rework background job system
|
12 years ago |
Robin Appelman
|
d0a5fe1f4a
|
code style
|
12 years ago |
Jenkins for ownCloud
|
03c7a52bc5
|
[tx-robot] updated from transifex
|
12 years ago |
Bart Visscher
|
0701d0019b
|
Merge pull request #3020 from owncloud/cleaner-webdav-reason
Cleaner isWebDAVWorking reason, otherwise people overlook the reason
|
12 years ago |
Bart Visscher
|
25e7dc1ec5
|
Merge pull request #3024 from owncloud/file-delete-action
Fix #1164 and fix showing spinner on delete
|
12 years ago |
Bart Visscher
|
802a5a331b
|
Fix displaying spinner on delete
|
12 years ago |
Bart Visscher
|
a21885953f
|
No need to strip slashes, json_decode handles that for us
|
12 years ago |
Bart Visscher
|
7ac49dd52a
|
Cleaner isWebDAVWorking reason, otherwise people overlook the reason
|
12 years ago |
Thomas Tanghus
|
4ccc9d896a
|
Merge pull request #3010 from owncloud/fix-cookie_path
Don't use empty session.cookie_path, otherwise we get multiple cookies
|
12 years ago |
Jenkins for ownCloud
|
1ad0c11136
|
[tx-robot] updated from transifex
|
12 years ago |
Bart Visscher
|
e4876c9117
|
Don't use empty session.cookie_path, otherwise we get multiple cookies
|
12 years ago |
Jenkins for ownCloud
|
cbd8b792d9
|
[tx-robot] updated from transifex
|
12 years ago |
Bernhard Posselt
|
739d8eb152
|
Merge pull request #2986 from eMerzh/upgrade_warn
Warn when we do an upgrade
|
12 years ago |
Brice Maron
|
43d0f1fabf
|
Warn when we do an upgrade
|
12 years ago |
Raghu Nayyar
|
a3e5da834b
|
Merge pull request #2925 from owncloud/navigation-icon-fix
fix navigation hover effect, documentation
|
12 years ago |
Jan-Christoph Borchardt
|
3d47c62a20
|
apply navigation hover effect directly to img and span, cleaner code
|
12 years ago |
Bernhard Posselt
|
3b2a0523f8
|
Merge pull request #2978 from owncloud/displayname_can_be_null
Remove not null constraint. Fix #2976
|
12 years ago |
Morris Jobke
|
867a527148
|
Merge pull request #2975 from owncloud/log-date
use date and time instead of timestamp in log
|
12 years ago |
Bernhard Posselt
|
4679e789e1
|
also adjust template properly for log date fix
|
12 years ago |
Thomas Tanghus
|
44668b36a7
|
Remove not null constraint. Fix #2976
|
12 years ago |
Bernhard Posselt
|
f7e29eabf2
|
fix admin log display and use a more readable format
|
12 years ago |
Bernhard Posselt
|
8471340db9
|
use date and time instead of timestamp
|
12 years ago |
Thomas Tanghus
|
ec280e6f9f
|
Merge pull request #2746 from owncloud/use-count-userexists
Use count SQL to check for user existance
|
12 years ago |
Björn Schießle
|
ddde1b65db
|
adapt free space calculation to the way it is done for the trash bin
|
12 years ago |
Björn Schießle
|
a3999036f7
|
improved free space calculation if no quota is set, discussed in #2936
|
12 years ago |
Bart Visscher
|
f3c06ae4e4
|
Merge pull request #2915 from Kondou-ger/handle_empty_datafolder_better
Handle empty datafolder better.
|
12 years ago |
Jenkins for ownCloud
|
37868818ff
|
[tx-robot] updated from transifex
|
12 years ago |
icewind1991
|
c50dfd7251
|
Merge pull request #2951 from owncloud/no_personal_variables
No personal prefixes for variables.
|
12 years ago |
Bernhard Posselt
|
7049436058
|
Merge pull request #2953 from jerrac/emailsavetimeout
Modified how the #lostpassword or #email fields save email addresses on ...
|
12 years ago |
David Reagan
|
0dd6f16e0b
|
Removed extra id from jquery selectors. Remove console.log call. Removed commented code.
|
12 years ago |
David Reagan
|
6d812ada05
|
Modified how the #lostpassword or #email fields save email addresses on the Personal settings page. It now saves one second after the last keyup event, instead of after a blur event.
|
12 years ago |
Michael Gapczynski
|
2040f0af78
|
Merge pull request #2943 from owncloud/always_load_cache_hooks_first
always connect file cache updater hooks first
|
12 years ago |
kondou
|
6ee2b4c740
|
No personal prefixes for variables.
|
12 years ago |
Bart Visscher
|
8d1db84ed1
|
Merge pull request #2887 from owncloud/l10n-caching
L10N: cache the result of findLanguage
|
12 years ago |
Jörn Friedrich Dreyer
|
606b672a3d
|
always connect file cache updater hooks first
|
12 years ago |
Björn Schießle
|
01d203c773
|
add explenation of the expire function to the apps description
|
12 years ago |
Björn Schießle
|
032c54273c
|
write a info message to the log if a file gets removed from the trash bin automatically
|
12 years ago |
kondou
|
3ab97312b8
|
Hint to default data directory
not to before submitted data directory.
Thanks to bartv2 for the heads up.
|
12 years ago |
Jenkins for ownCloud
|
d0b3e8aceb
|
[tx-robot] updated from transifex
|
12 years ago |
Bernhard Posselt
|
c829a9c156
|
Merge pull request #2934 from owncloud/shorten_css_colorcodes
Shorten CSS colorcodes
|
12 years ago |
Thomas Tanghus
|
3f7643ef46
|
Merge pull request #2769 from owncloud/octemplate
Add octemplate jQuery plugin
|
12 years ago |